Moves the suicided var to where its supposed to be (#63470)

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
John Willard
2021-12-19 12:24:36 -08:00
committed by GitHub
co-authored by Fikou
parent 4bbcf92d7f
commit a1013422f7
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -1,5 +1,3 @@
/mob/var/suiciding = FALSE
/mob/proc/set_suicide(suicide_state)
suiciding = suicide_state
if(suicide_state)