prevents implanting fukken disks in boxes inside of people

fixes #4347
This commit is contained in:
pinatacolada
2016-05-04 14:31:43 +01:00
parent 75da098bd6
commit 7e0b1302ec
+6
View File
@@ -175,6 +175,12 @@
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/box))
for(var/obj/item/I in tool.contents)
if(istype(I, /obj/item/weapon/disk/nuclear))
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>")
return 0//fail