Skip to content

Commit

Permalink
This just like george orwell's book uh... 1984 (#66502)
Browse files Browse the repository at this point in the history
Materials got removed from the PDA that all crew members spawned with when we switched over to tablets.
This readds that as that was originally done in #57923 (2e309d4)

Allowing players to interact through obscure mechanics to bait each other to blow up a microwave in an attempt to charge their tablet is fucking hilarious.
  • Loading branch information
ArcaneDefence committed May 3, 2022
1 parent 13a7e6c commit 944e1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/modular_computers/computers/item/tablet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
has_light = TRUE //LED flashlight!
comp_light_luminosity = 2.3 //Same as the PDA
looping_sound = FALSE
custom_materials = list(/datum/material/iron=300, /datum/material/glass=100, /datum/material/plastic=100)

var/has_variants = TRUE
var/finish_color = null
Expand Down

0 comments on commit 944e1a2

Please sign in to comment.