mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge pull request #23214 from KorPhaeron/megafauna
Megafauna won't heal while on station
This commit is contained in:
@@ -732,6 +732,10 @@
|
||||
user << "[choice] is already dead!"
|
||||
used = FALSE
|
||||
return
|
||||
if(choice == user)
|
||||
user << "You feel like writing your own name into a cursed death warrant would be unwise."
|
||||
used = FALSE
|
||||
return
|
||||
else
|
||||
|
||||
var/mob/living/L = choice
|
||||
|
||||
Reference in New Issue
Block a user