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:
Cyberboss
2017-02-05 06:59:27 -05:00
committed by oranges
parent 2f1248c57e
commit b86e224571
120 changed files with 179 additions and 190 deletions

View File

@@ -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)