Ported action button system from Paradise/tg

This commit is contained in:
Zuhayr
2015-05-31 19:03:28 +09:30
parent d4327658ab
commit dadc434f4e
24 changed files with 416 additions and 106 deletions
@@ -10,7 +10,7 @@
matter = list(DEFAULT_WALL_MATERIAL = 50,"glass" = 20)
icon_action_button = "action_flashlight"
action_button_name = "Toggle Flashlight"
var/on = 0
var/brightness_on = 4 //luminosity when on
@@ -141,7 +141,7 @@
light_color = "#e58775"
icon_state = "flare"
item_state = "flare"
icon_action_button = null //just pull it manually, neckbeard.
action_button_name = null //just pull it manually, neckbeard.
var/fuel = 0
var/on_damage = 7
var/produce_heat = 1500
@@ -11,7 +11,7 @@
var/on = 0.0
var/stabilization_on = 0
var/volume_rate = 500 //Needed for borg jetpack transfer
icon_action_button = "action_jetpack"
action_button_name = "Toggle Jetpack"
/obj/item/weapon/tank/jetpack/New()
..()