mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Add some ctrl/alt vehicle helper clicks
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/obj/vehicle/bike
|
/obj/vehicle/bike
|
||||||
name = "space-bike"
|
name = "space-bike"
|
||||||
desc = "Space wheelies! Woo!"
|
desc = "Space wheelies! Woo!"
|
||||||
|
description_info = "Use ctrl-click to quickly toggle the engine if you're adjacent (only when vehicle is stationary). Alt-click will similarly toggle the kickstand."
|
||||||
icon = 'icons/obj/bike.dmi'
|
icon = 'icons/obj/bike.dmi'
|
||||||
icon_state = "bike_off"
|
icon_state = "bike_off"
|
||||||
dir = SOUTH
|
dir = SOUTH
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
/obj/vehicle/train/engine
|
/obj/vehicle/train/engine
|
||||||
name = "cargo train tug"
|
name = "cargo train tug"
|
||||||
desc = "A ridable electric car designed for pulling cargo trolleys."
|
desc = "A ridable electric car designed for pulling cargo trolleys."
|
||||||
|
<<<<<<< HEAD
|
||||||
icon = 'icons/obj/vehicles_vr.dmi' //VOREStation Edit
|
icon = 'icons/obj/vehicles_vr.dmi' //VOREStation Edit
|
||||||
|
=======
|
||||||
|
description_info = "Use ctrl-click to quickly toggle the engine if you're adjacent (only when vehicle is stationary). Alt-click will grab the keys, if present."
|
||||||
|
icon = 'icons/obj/vehicles.dmi'
|
||||||
|
>>>>>>> e09f035... Merge pull request #7115 from VOREStation/pol-veh
|
||||||
icon_state = "cargo_engine"
|
icon_state = "cargo_engine"
|
||||||
on = 0
|
on = 0
|
||||||
powered = 1
|
powered = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user