mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
you can no longer attack c4 to ghosts (#18418)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user