Skip to content

Commit

Permalink
Adds materials to PDAs (#57923)
Browse files Browse the repository at this point in the history
Puts a small amount of iron, glass, and plastic into a PDA 'cause that sort of material usage makes sense to me
  • Loading branch information
ArcaneDefence committed Mar 24, 2021
1 parent da640b1 commit 2e309d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/devices/PDA/PDA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e309d4

Please sign in to comment.