From 9e1b277ef1d6a3ec303d13f3cf40528930276523 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 3 May 2022 17:05:56 +0200 Subject: [PATCH] This just like george orwell's book uh... 1984 (#66502) (#13289) 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. Co-authored-by: ArcaneDefence <51932756+ArcaneDefence@users.noreply.github.com> --- 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