Fix direct Destroy calls

This commit is contained in:
Elizabeth Lavenza
2024-03-28 18:18:31 -04:00
parent 96a177a89b
commit 90378d4da9
7 changed files with 36 additions and 39 deletions
+1 -1
View File
@@ -1494,7 +1494,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
to_chat(usr, "<span class='warning'>[C] is dead!")
return
else
C.pregoodbye(C) //sandstorm punish and ends here.
C.goodbye(C) //sandstorm punish and ends here.
if(ADMIN_PUNISHMENT_TABLETIDESTATIONWIDE) //SPLURT punishments start here
priority_announce(html_decode("[target] has brought the wrath of the gods upon themselves and is now being tableslammed across the station. Please stand by."), null, 'sound/misc/announce.ogg', "CentCom")
var/list/areas = list()