mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 10:27:34 +01:00
Merge pull request #791 from CapnMachaddish/ipad
Adds a Modular Tablet to the loadout menu
This commit is contained in:
@@ -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
|
||||
@@ -3022,6 +3022,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"
|
||||
|
||||
Reference in New Issue
Block a user