Skip to content

Commit

Permalink
remove throw
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Oct 20, 2024
1 parent d27b34f commit 2c0d19d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/vehicles/mecha/combat/greyscale/greyscale.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
. = ..()
update_icon() //when available pass UPDATE_OVERLAYS since this is just for layering order

/obj/vehicle/sealed/mecha/combat/greyscale/throw_bounce(atom/hit_atom, turf/old_throw_source)
return //no bounce for us

/obj/vehicle/sealed/mecha/combat/greyscale/recon
name = "Recon Mecha"
limbs = list(
Expand Down

0 comments on commit 2c0d19d

Please sign in to comment.