you can no longer attack c4 to ghosts (#18418)

This commit is contained in:
Qwertytoforty
2022-07-17 22:22:43 +01:00
committed by GitHub
parent cb066d1dd9
commit aea846c761
@@ -72,6 +72,9 @@
if(iscarbon(AM))
to_chat(user, "<span class='warning'>You can't get the [src] to stick to [AM]!</span>")
return
if(isobserver(AM))
to_chat(user, "<span class='warning'>Your hand just phases through [AM]!</span>")
return
to_chat(user, "<span class='notice'>You start planting [src]. The timer is set to [det_time]...</span>")
if(do_after(user, 50 * toolspeed, target = AM))