Clockcult fixes and tweaks (#19795)

* Clockcult fixes and tweaks

* die but don't stay dead

* stay dead but never die

* instinct

* unreadable dark magic

* idiocy knows no bounds

* danger close

* like four fucking times faster

* superdynamics
This commit is contained in:
Joan Lung
2016-08-12 09:06:21 +12:00
committed by oranges
parent 6f4693d0f9
commit 81329edda6
22 changed files with 211 additions and 380 deletions
-5
View File
@@ -157,11 +157,6 @@
/mob/living/proc/canSuicide()
if(stat == CONSCIOUS)
if(mental_dominator)
src << "<span class='warning'>This body's force of will is too strong! You can't break it enough to murder them.</span>"
if(mind_control_holder)
mind_control_holder << "<span class='userdanger'>Through tremendous force of will, you stop a suicide attempt!</span>"
return 0
return 1
else if(stat == DEAD)
src << "You're already dead!"