Changes bloodcrawl define location

This commit is contained in:
Xhuis
2015-12-18 17:51:10 -05:00
parent fe093d4e20
commit 7fc726c00a
3 changed files with 5 additions and 4 deletions
+4
View File
@@ -318,3 +318,7 @@ var/list/bloody_footprints_cache = list()
#define GHOST_ORBIT_HEXAGON "hexagon"
#define GHOST_ORBIT_SQUARE "square"
#define GHOST_ORBIT_PENTAGON "pentagon"
//Bloodcrawling
#define BLOODCRAWL 1
#define BLOODCRAWL_EAT 2
@@ -30,7 +30,7 @@
melee_damage_upper = 30
see_in_dark = 8
var/boost = 0
bloodcrawl = 2 //For some reason, the define doesn't work here.
bloodcrawl = BLOODCRAWL_EAT
see_invisible = SEE_INVISIBLE_MINIMUM
var/list/consumed_mobs = list()
var/playstyle_string = "<B><font size=3 color='red'>You are a slaughter demon,</font> a terrible creature from another realm. You have a single desire: To kill. \
-3
View File
@@ -1,6 +1,3 @@
#define BLOODCRAWL 1
#define BLOODCRAWL_EAT 2
/obj/effect/dummy/slaughter //Can't use the wizard one, blocked by jaunt/slow
name = "water"
icon = 'icons/effects/effects.dmi'