mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Prevent signing own blood contract, prevent megafauna from healing on station, prevent hierophant teleports from going to Central Command
This commit is contained in:
@@ -344,6 +344,10 @@
|
||||
to_chat(user, "[choice] is already dead!")
|
||||
used = FALSE
|
||||
return
|
||||
else 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