Skip to content

Commit

Permalink
Fix vehicle category in coupon
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Feb 10, 2025
1 parent 20ac18c commit a06113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_tech/implements/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name = "tank coupon"
desc = "We're done playing! This coupon allows the ship crew to retrieve a complete Longstreet tank from Vehicle ASRS. Make sure to send the ASRS lift down so it can be retrieved. One use only. LTB not included. Comes with free friendly fire."
vehicle_type = /datum/vehicle_order/tank/broken
vehicle_category = "LONGSTREET"
vehicle_category = "TANK"

/obj/item/vehicle_coupon/attack_self(mob/user)
if(QDELETED(src))
Expand Down

0 comments on commit a06113a

Please sign in to comment.