Files
Paradise/code/modules/vehicle/snowmobile.dm
2019-09-27 19:59:38 -04:00

18 lines
549 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 red cross on it; clearly it's not implying you're going to the hospital for this..."
icon_state = "keydoc" //get a better icon, sometime.