Skip to content

Commit

Permalink
very minor atv crate tweaks (tgstation#21244)
Browse files Browse the repository at this point in the history
the atv crate has been changed from a plain crate to a large one because realism.
the price has been lowered from 3000 to 2000 
the crate includes a leather overcoat and skull bandana so you can make a biker gang
it's been renamed the Biker Gang Kit
  • Loading branch information
Tacolizard authored and optimumtact committed Oct 31, 2016
1 parent 687967a commit 8a57efc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions code/modules/cargo/packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ datum/supply_pack
group = "Emergency"

/datum/supply_pack/emergency/vehicle
name = "All-Terrain Vehicle"
cost = 3000
name = "Biker Gang Kit" //TUNNEL SNAKES OWN THIS TOWN
cost = 2000
contraband = TRUE
contains = list(/obj/vehicle/atv,
/obj/item/key)
/obj/item/key,
/obj/item/clothing/suit/jacket/leather/overcoat,
/obj/item/clothing/mask/bandana/skull)//so you can properly #cargoniabikergang
crate_name = "ATV crate"
crate_type = /obj/structure/closet/crate/large

/datum/supply_pack/emergency/equipment
name = "Emergency Equipment"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/vehicles/atv.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
generic_pixel_y = 4
vehicle_move_delay = 1
var/static/image/atvcover = null


/obj/vehicle/atv/New()
..()
Expand Down
3 changes: 2 additions & 1 deletion config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ Quiltyquilty = Game Master
SnipeDragon = Game Master
Fjeld = Game Master
kevinz000 = Game Master
Tacolizard = Game Master
TrustyGun = Game Master
Cyberboss = Game Master
Cyberboss = Game Master

0 comments on commit 8a57efc

Please sign in to comment.