Files
Paradise/code/modules/vehicle/snowmobile.dm
2020-07-25 10:23:24 +01:00

18 lines
551 B
Plaintext

/obj/vehicle/snowmobile
name = "red snowmobile"
desc = "Wheeeeeeeeeeee."
icon = 'icons/obj/vehicles.dmi'
icon_state = "snowmobile"
key_type = /obj/item/key/snowmobile
generic_pixel_x = 0
generic_pixel_y = 4
/obj/vehicle/snowmobile/blue
name = "blue snowmobile"
icon_state = "bluesnowmobile"
/obj/item/key/snowmobile
name = "snowmobile key"
desc = "A keyring with a small steel key, and tag with a green cross on it; Clearly it's not implying you're going to the hospital for this..."
icon_state = "keydoc" //get a better icon, sometime.