Ported action button system from Paradise/tg

This commit is contained in:
Zuhayr
2015-06-02 17:17:13 +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