Skip to content

Commit

Permalink
Egg
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Sep 30, 2023
1 parent 9d0e0aa commit fd61359
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/cm_aliens/structures/egg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@
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(W.w_class < SIZE_LARGE || !W.sharp || W.force < 20) //only big strong sharp weapon are adequate
damage /= 4
if(iswelder(W))
var/obj/item/tool/weldingtool/WT = W

Expand Down

0 comments on commit fd61359

Please sign in to comment.