Skip to content

Commit

Permalink
b5 hammer commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsheet committed Aug 3, 2023
1 parent 3e95b61 commit be172f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/game/objects/items/weapons/twohanded.dm
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,8 @@

/obj/item/weapon/twohanded/breacher/synth/pickup(mob/user)
if(!(HAS_TRAIT(user, TRAIT_SUPER_STRONG)))
to_chat(user, SPAN_HIGHDANGER("You barely manage to lift \the [src] above your knees. This thing will probably be useless to you."))
user.apply_effect(6, EYE_BLUR)
user.apply_effect(3, DAZE)
user.emote("pain")
to_chat(user, SPAN_HIGHDANGER("You barely manage to lift [src] above your knees. This thing will probably be useless to you."))
user.apply_effect(3, EYE_BLUR)
RegisterSignal(user, COMSIG_HUMAN_POST_MOVE_DELAY, PROC_REF(handle_movedelay))

return
Expand Down

0 comments on commit be172f1

Please sign in to comment.