Remove traces of the Mask of Nar'Sie

This commit is contained in:
Mark van Alphen
2019-06-03 06:33:43 +02:00
parent 1f72ba4102
commit 2dd6dcfb55
3 changed files with 0 additions and 12 deletions
-10
View File
@@ -1019,16 +1019,6 @@
return
holder.Topic(href, list("makeai"=href_list["makeai"]))
else if(href_list["makemask"])
if(!check_rights(R_SPAWN)) return
var/mob/currentMob = locateUID(href_list["makemask"])
if(alert("Confirm mob type change?",,"Transform","Cancel") != "Transform") return
if(!currentMob)
to_chat(usr, "Mob doesn't exist anymore")
return
holder.Topic(href, list("makemask"=href_list["makemask"]))
else if(href_list["setspecies"])
if(!check_rights(R_SPAWN)) return