Skip to content

Commit

Permalink
piss
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed Apr 1, 2024
1 parent 74167b0 commit c6dc3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/displaycase.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@


/obj/structure/displaycase/attackby(obj/item/W as obj, mob/user as mob)
src.health -= W.force * w.demolition_mod
src.health -= W.force * W.demolition_mod
src.healthcheck()
..()
return
Expand Down

0 comments on commit c6dc3ad

Please sign in to comment.