signaller bombs work on implant again (#18016)

This commit is contained in:
S34N
2022-06-20 20:59:31 +01:00
committed by GitHub
parent ecac9bc299
commit 66901439b6
+3 -1
View File
@@ -145,6 +145,8 @@
if(!istype(I, /obj/item/organ))
IC = I
break
if(!IC && affected.hidden)
IC = affected.hidden
if(istype(tool,/obj/item/cautery))
to_chat(user, "<span class='notice'>You prepare to close the cavity wall.</span>")
else if(tool)
@@ -192,7 +194,7 @@
affected.cause_internal_bleeding()
user.drop_item()
affected.hidden = tool
tool.forceMove(affected)
tool.forceMove(target)
return 1
else
if(IC)