|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-10-12 14:00:18
|
Revision: 21495
http://sourceforge.net/p/crossfire/code/21495
Author: silvernexus
Date: 2020-10-12 14:00:17 +0000 (Mon, 12 Oct 2020)
Log Message:
-----------
Prevent race lists for dwarves showing up with "dwarf,gnome,dwarf,dwarf..." and such.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/races
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-11 17:43:03 UTC (rev 21494)
+++ arch/trunk/ChangeLog 2020-10-12 14:00:17 UTC (rev 21495)
@@ -1,3 +1,7 @@
+Fix weirdness involving repeated races on dwarves.
+races
+Daniel Hawkins 2020-10-12
+
Make aggravation a castable spell, and give it level-scaling
The code to prevent charm monsters abuse
from like 2010 appears to have caused the lvl 1
Modified: arch/trunk/races
===================================================================
--- arch/trunk/races 2020-10-11 17:43:03 UTC (rev 21494)
+++ arch/trunk/races 2020-10-12 14:00:17 UTC (rev 21495)
@@ -229,7 +229,7 @@
living_chaos
chaos_witch
RACE dwarf
- gnome
+ !gnome
dwarf
@dwarf_player
dwarf_priest
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|