mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[MIRROR] Adds materials to PDAs (#4379)
* Adds materials to PDAs (#57923) Puts a small amount of iron, glass, and plastic into a PDA 'cause that sort of material usage makes sense to me * Adds materials to PDAs Co-authored-by: ArcaneDefence <51932756+ArcaneDefence@users.noreply.github.com>
This commit is contained in:
co-authored by
ArcaneDefence
parent
999416ee8e
commit
8293a73652
@@ -31,6 +31,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
light_power = 0.6
|
||||
light_color = "#FFCC66"
|
||||
light_on = FALSE
|
||||
custom_materials = list(/datum/material/iron=300, /datum/material/glass=100, /datum/material/plastic=100)
|
||||
|
||||
//Main variables
|
||||
var/owner = null // String name of owner
|
||||
|
||||
Reference in New Issue
Block a user