c-4 no longer blows up your backpack, boxes, or modsuits (#27223)

This commit is contained in:
Qwertytoforty
2024-11-03 13:17:08 +00:00
committed by GitHub
parent 8347352e1d
commit c88ebe99f9
@@ -74,6 +74,8 @@
if(ismob(AM) && AM.stat == CONSCIOUS)
to_chat(user, "<span class='warning'>You can't get the [src] to stick to [AM]! Perhaps if [AM] was asleep or dead you could attach it?</span>")
return
if(isstorage(AM) || ismodcontrol(AM))
return ..() //Let us not have people c4 themselfs. Especially with a now 1.5 second do_after
if(isobserver(AM))
to_chat(user, "<span class='warning'>Your hand just phases through [AM]!</span>")
return