mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
@@ -72,9 +72,11 @@
|
||||
else
|
||||
icon_state = initial(icon_state)
|
||||
|
||||
/obj/structure/grille/CollidedWith(atom/user)
|
||||
if(ismob(user))
|
||||
shock(user, 70)
|
||||
/obj/structure/grille/CollidedWith(atom/bumped_atom)
|
||||
. = ..()
|
||||
|
||||
if(ismob(bumped_atom))
|
||||
shock(bumped_atom, 70)
|
||||
|
||||
/obj/structure/grille/attack_hand(mob/user as mob)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user