Skip to content

Commit

Permalink
Откат ещё одного незапланированного изменения
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars authored Feb 6, 2024
1 parent 4a35ad7 commit 156c2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mechs/mech_interaction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@
if(do_after(user, 30) && user.Adjacent(src) && (pilot in pilots) && !hatch_closed)
user.visible_message(SPAN_DANGER("\The [user] drags \the [pilot] out of \the [src]!"))
eject(pilot, silent=1)
else if(hatch_closed)
if(MUTATION_FERAL in user.mutations)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
attack_generic(user, 5)
Expand Down

0 comments on commit 156c2ce

Please sign in to comment.