mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-28 23:59:53 +01:00
Merge pull request #150 from Age-Of-Skibidi-Sigmar/master
SOP Manuals added
This commit is contained in:
@@ -45,6 +45,7 @@ Assistant
|
||||
/datum/outfit/job/assistant
|
||||
name = "Assistant"
|
||||
jobtype = /datum/job/assistant
|
||||
|
||||
|
||||
/datum/outfit/job/assistant/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE, client/preference_source)
|
||||
..()
|
||||
|
||||
@@ -51,3 +51,5 @@
|
||||
satchel = /obj/item/storage/backpack/satchel/hyd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -41,8 +41,7 @@
|
||||
backpack_contents = list(
|
||||
/obj/item/choice_beacon/hero = 1,
|
||||
/obj/item/soapstone = 1,
|
||||
/obj/item/barcodescanner = 1
|
||||
)
|
||||
/obj/item/barcodescanner = 1)
|
||||
|
||||
/datum/outfit/job/curator/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE, client/preference_source)
|
||||
..()
|
||||
|
||||
@@ -47,3 +47,5 @@
|
||||
backpack = /obj/item/storage/backpack/science
|
||||
satchel = /obj/item/storage/backpack/satchel/tox
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -53,4 +53,5 @@
|
||||
backpack = /obj/item/storage/backpack/science
|
||||
satchel = /obj/item/storage/backpack/satchel/tox
|
||||
|
||||
|
||||
pda_slot = ITEM_SLOT_LPOCKET
|
||||
|
||||
@@ -47,3 +47,4 @@
|
||||
backpack = /obj/item/storage/backpack/science
|
||||
satchel = /obj/item/storage/backpack/satchel/tox
|
||||
|
||||
|
||||
|
||||
@@ -54,3 +54,5 @@
|
||||
backpack = /obj/item/storage/backpack/virology
|
||||
satchel = /obj/item/storage/backpack/satchel/vir
|
||||
duffelbag = /obj/item/storage/backpack/duffelbag/med
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user