v2.3.0: changed which quest blacksmith spawns for now
This commit is contained in:
+2
-2
@@ -393,9 +393,9 @@ public class Blacksmith extends NPC {
|
|||||||
rooms.add(new BlacksmithRoom());
|
rooms.add(new BlacksmithRoom());
|
||||||
spawned = true;
|
spawned = true;
|
||||||
|
|
||||||
//currently only the crystal quest is ready to play
|
//currently hard set to gnoll quest for testing
|
||||||
//we still roll for quest type however, to ensure seed consistency
|
//we still roll for quest type however, to ensure seed consistency
|
||||||
type = 1+Random.Int(1);
|
type = 2+Random.Int(1);
|
||||||
alternative = false;
|
alternative = false;
|
||||||
|
|
||||||
given = false;
|
given = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user