Skip to content

Commit

Permalink
whoop
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Sep 30, 2023
1 parent fd61359 commit 15ed52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/egg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@
visible_message(SPAN_DANGER("\The [src] has been [pick(W.attack_verb)] with \the [W][(user ? " by [user]." : ".")]"))
else
visible_message(SPAN_DANGER("\The [src] has been attacked with \the [W][(user ? " by [user]." : ".")]"))
var/damage = W.force
if(iswelder(W))
var/obj/item/tool/weldingtool/WT = W

if(WT.remove_fuel(0, user))
damage = 15
playsound(src.loc, 'sound/items/Welder.ogg', 25, 1)
Expand Down

0 comments on commit 15ed52b

Please sign in to comment.