mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 12:13:02 +00:00
18 lines
551 B
Plaintext
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.
|