Browse Source

Make farmer not wondering about explosion forever (#2592)

pull/2617/head
vladtepesch 5 years ago committed by GitHub
parent
commit
7b33e8e856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/towners.cpp

2
Source/towners.cpp

@ -630,6 +630,8 @@ void TalkToFarmer(PlayerStruct &player, TownerStruct &farmer)
if (gbIsMultiplayer)
NetSendCmdQuest(true, Q_FARMER);
break;
case QUEST_HIVE_DONE:
break;
default:
InitQTextMsg(TEXT_FARMER4);
break;

Loading…
Cancel
Save