mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Simpler lighting process, bug fixes, & modular computer tweaks (#1809)
Fixes #1806 Fixes #1730 Fixes #1747 Partially addresses #1763 Addresses #1283 Fixes #1799 Fixes #1816 Fixes #1813
This commit is contained in:
@@ -9,6 +9,10 @@ var/global/list/stool_cache = list() //haha stool
|
||||
force = 10
|
||||
throwforce = 10
|
||||
w_class = 5
|
||||
item_state_slots = list(
|
||||
slot_l_hand_str = "stool",
|
||||
slot_r_hand_str = "stool"
|
||||
)
|
||||
var/base_icon = "stool_base"
|
||||
var/material/material
|
||||
var/material/padding_material
|
||||
|
||||
Reference in New Issue
Block a user