mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Makes qdeleted and qdestroying macros (#23666)
* Makes qdeleted and qdestroying macros * Makes QDELETED and QDESTROYING uppercase * Swap qdel checks istype's for != null's * Fix it * How was this missed?
This commit is contained in:
@@ -73,7 +73,7 @@ var/global/posibrain_notif_cooldown = 0
|
||||
return
|
||||
|
||||
var/posi_ask = alert("Become a [name]? (Warning, You can no longer be cloned, and all past lives will be forgotten!)","Are you positive?","Yes","No")
|
||||
if(posi_ask == "No" || qdeleted(src))
|
||||
if(posi_ask == "No" || QDELETED(src))
|
||||
return
|
||||
transfer_personality(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user