From 944e1a25f64c90528b7d43c9bbb3b4d3c9f53e48 Mon Sep 17 00:00:00 2001 From: ArcaneDefence <51932756+ArcaneDefence@users.noreply.github.com> Date: Mon, 2 May 2022 20:41:38 -0600 Subject: [PATCH] This just like george orwell's book uh... 1984 (#66502) 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 (2e309d4eadf0edbd7f03a67dbcad4d4b01f63f88) 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. --- code/modules/modular_computers/computers/item/tablet.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/modular_computers/computers/item/tablet.dm b/code/modules/modular_computers/computers/item/tablet.dm index 0def63ff782..fb7bb808ee3 100644 --- a/code/modules/modular_computers/computers/item/tablet.dm +++ b/code/modules/modular_computers/computers/item/tablet.dm @@ -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