From 86711148e9531199926fe779d102e3be15859549 Mon Sep 17 00:00:00 2001 From: CapnMachaddish Date: Wed, 30 Dec 2020 02:05:48 -0600 Subject: [PATCH] tablet in loadout yes --- hyperstation/code/modules/client/loadout/tablet.dm | 5 +++++ tgstation.dme | 1 + 2 files changed, 6 insertions(+) create mode 100644 hyperstation/code/modules/client/loadout/tablet.dm diff --git a/hyperstation/code/modules/client/loadout/tablet.dm b/hyperstation/code/modules/client/loadout/tablet.dm new file mode 100644 index 00000000..23c58421 --- /dev/null +++ b/hyperstation/code/modules/client/loadout/tablet.dm @@ -0,0 +1,5 @@ +/datum/gear/backpack/tablet + name = "Tablet Computer" + category = SLOT_IN_BACKPACK + path = /obj/item/modular_computer/tablet/preset/cheap/ + cost = 3 diff --git a/tgstation.dme b/tgstation.dme index f25fac9a..89132441 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3021,6 +3021,7 @@ #include "hyperstation\code\modules\traits.dm" #include "hyperstation\code\modules\antagonists\werewolf\werewolf.dm" #include "hyperstation\code\modules\client\loadout\glasses.dm" +#include "hyperstation\code\modules\client\loadout\tablet.dm" #include "hyperstation\code\modules\clothing\head.dm" #include "hyperstation\code\modules\clothing\glasses\polychromic_glasses.dm" #include "hyperstation\code\modules\clothing\spacesuits\hardsuit.dm"