Skip to content

Commit

Permalink
Update generic.dm
Browse files Browse the repository at this point in the history
Signed-off-by: K3L <[email protected]>
  • Loading branch information
K3Licia authored Nov 29, 2024
1 parent ae05022 commit d07248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/robot/items/generic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
span_userdanger("[user] prods you with [src]!"),
)

SEND_SIGNAL(attacked_mob, COMSIG_LIVING_MINOR_SHOCK)
SEND_SIGNAL(attacked_mob, COMSIG_LIVING_MINOR_SHOCK) // DOPPLER EDIT ADDITION
playsound(loc, 'sound/items/weapons/egloves.ogg', 50, TRUE, -1)
cooldown_check = world.time + cooldown
log_combat(user, attacked_mob, "stunned", src, "(Combat mode: [user.combat_mode ? "On" : "Off"])")
Expand Down

0 comments on commit d07248a

Please sign in to comment.