|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-20 16:41:52
|
Revision: 21986
http://sourceforge.net/p/crossfire/code/21986
Author: silvernexus
Date: 2021-02-20 16:41:49 +0000 (Sat, 20 Feb 2021)
Log Message:
-----------
Reduce goblin generator XP from 100 to 50.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/goblin/goblin_gen.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-18 21:18:28 UTC (rev 21985)
+++ arch/trunk/ChangeLog 2021-02-20 16:41:49 UTC (rev 21986)
@@ -1,3 +1,7 @@
+Reduce goblin generator XP from 100 to 50.
+monster/goblin/goblin_gen.arc
+Daniel Hawkins 2021-02-20
+
Fix allowed item for horn of Mysteries.
artifacts
Nicolas Weeger 2021-02-17
Modified: arch/trunk/monster/goblin/goblin_gen.arc
===================================================================
--- arch/trunk/monster/goblin/goblin_gen.arc 2021-02-18 21:18:28 UTC (rev 21985)
+++ arch/trunk/monster/goblin/goblin_gen.arc 2021-02-20 16:41:49 UTC (rev 21986)
@@ -7,7 +7,7 @@
hp 30
maxhp 30
ac 8
-exp 100
+exp 50
alive 1
level 1
no_pick 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|