mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
@@ -8,8 +8,16 @@
|
|||||||
icon = 'goon/icons/vehicles.dmi'
|
icon = 'goon/icons/vehicles.dmi'
|
||||||
icon_state = "tractor"
|
icon_state = "tractor"
|
||||||
keytype = /obj/item/key/tractor
|
keytype = /obj/item/key/tractor
|
||||||
|
headlights = TRUE
|
||||||
wreckage_type = /obj/effect/decal/mecha_wreckage/vehicle/tractor
|
wreckage_type = /obj/effect/decal/mecha_wreckage/vehicle/tractor
|
||||||
|
|
||||||
|
/obj/structure/bed/chair/vehicle/tractor/update_icon()
|
||||||
|
for(var/datum/action/vehicle/toggle_headlights/TH in vehicle_actions)
|
||||||
|
if(TH.on)
|
||||||
|
icon_state = "[initial(icon_state)]-on"
|
||||||
|
return
|
||||||
|
icon_state = "[initial(icon_state)]"
|
||||||
|
|
||||||
/obj/structure/bed/chair/vehicle/tractor/make_offsets()
|
/obj/structure/bed/chair/vehicle/tractor/make_offsets()
|
||||||
offsets = list(
|
offsets = list(
|
||||||
"[SOUTH]" = list("x" = 0, "y" = 7 * PIXEL_MULTIPLIER),
|
"[SOUTH]" = list("x" = 0, "y" = 7 * PIXEL_MULTIPLIER),
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user