Commit testing? What's that? Single character fix for pulse checking.

This commit is contained in:
Zuhayr
2014-01-08 21:07:10 +10:30
committed by ZomgPonies
parent 2a90d59001
commit 64972f267d
+1 -1
View File
@@ -1558,7 +1558,7 @@
if(life_tick % 5) return pulse //update pulse every 5 life ticks (~1 tick/sec, depending on server load)
if(species && species.flags && NO_BLOOD) return PULSE_NONE //No blood, no pulse.
if(species && species.flags & NO_BLOOD) return PULSE_NONE //No blood, no pulse.
if(stat == DEAD)
return PULSE_NONE //that's it, you're dead, nothing can influence your pulse