mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
c-4 no longer blows up your backpack, boxes, or modsuits (#27223)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user