mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Adds return
This commit is contained in:
@@ -347,9 +347,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
to_chat(src, "You can now re-enter your corpse, and can be cloned.")
|
||||
can_reenter_corpse = TRUE
|
||||
do_not_resuscitate = FALSE
|
||||
return
|
||||
return TRUE
|
||||
else
|
||||
to_chat(usr, "<span class='warning'>You're already stuck out of your body!</span>")
|
||||
return FALSE
|
||||
|
||||
can_reenter_corpse = FALSE
|
||||
do_not_resuscitate = TRUE
|
||||
|
||||
Reference in New Issue
Block a user