Merge pull request #11663 from Markolie/maskofnarsie

Remove traces of the Mask of Nar'Sie
This commit is contained in:
variableundefined
2019-07-07 22:10:02 +08:00
committed by GitHub
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