Belligerent now prevents you from running even between chants

This commit is contained in:
CitadelStationBot
2017-05-01 12:49:28 -05:00
parent 1842665af6
commit 301ad1b0fc
12 changed files with 122 additions and 27 deletions
+1 -2
View File
@@ -30,10 +30,9 @@
/datum/status_effect/proc/start_ticking()
if(!src)
return
if(!owner)
if(!owner || !on_apply())
qdel(src)
return
on_apply()
if(duration != -1)
duration = world.time + initial(duration)
tick_interval = world.time + initial(tick_interval)