mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-06-17 12:02:52 +01:00
41 lines
765 B
Plaintext
41 lines
765 B
Plaintext
/*
|
|
* Shuttle - machines for shuttle propulsion
|
|
*
|
|
* These do nothing, but are used in certain places as graphical elements
|
|
*
|
|
* TODO: Make them actually do something? This would require significant coding for moving objects.
|
|
*/
|
|
|
|
obj/machinery/shuttle
|
|
name = "shuttle"
|
|
icon = 'shuttle.dmi'
|
|
|
|
engine
|
|
name = "engine"
|
|
density = 1
|
|
anchored = 1.0
|
|
|
|
heater
|
|
name = "heater"
|
|
icon_state = "heater"
|
|
|
|
platform
|
|
name = "platform"
|
|
icon_state = "platform"
|
|
|
|
propulsion
|
|
name = "propulsion"
|
|
icon_state = "propulsion"
|
|
opacity = 1
|
|
|
|
burst
|
|
left
|
|
name = "left"
|
|
icon_state = "burst_l"
|
|
right
|
|
name = "right"
|
|
icon_state = "burst_r"
|
|
|
|
router
|
|
name = "router"
|
|
icon_state = "router" |