mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user