betterlocatorinos

This commit is contained in:
pinatacolada
2016-05-04 21:49:35 +01:00
parent 0f3f961ce0
commit bc1eeb432b
+4 -5
View File
@@ -175,11 +175,10 @@
to_chat(user, "<span class='warning'>Central command would kill you if you implanted the disk into someone.</span>")
return 0//fail
if(istype(tool, /obj/item/weapon/storage))
var/obj/item/weapon/disk/nuclear/datdisk = locate() in tool
if(datdisk)
to_chat(user, "<span class='warning'>Central command would kill you if you implanted the disk into someone. Even if in a box. Especially in a box.</span>")
return 0//fail
var/obj/item/weapon/disk/nuclear/datdisk = locate() in tool
if(datdisk)
to_chat(user, "<span class='warning'>Central command would kill you if you implanted the disk into someone. Even if in a box. Especially in a box.</span>")
return 0//fail
if(istype(tool,/obj/item/organ))
to_chat(user, "<span class='warning'>This isn't the type of surgery for organ transplants!</span>")