mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Gives all Heads of Staff energy pistols, equips with cybernetics (#29848)
* Gives all heads of staff epistols, starts with basic implants * Whoops * Replaces roundstart head of staff implants with them being in single-use autosurgeons --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
/obj/structure/closet/secure_closet/quartermaster/populate_contents()
|
||||
new /obj/item/radio/headset/heads/qm(src)
|
||||
new /obj/item/door_remote/quartermaster(src)
|
||||
new /obj/item/organ/internal/eyes/cybernetic/meson(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/meson_eyes(src)
|
||||
new /obj/item/storage/bag/garment/quartermaster(src)
|
||||
new /obj/item/clothing/accessory/medal/supply(src)
|
||||
new /obj/item/clothing/accessory/medal/supply(src)
|
||||
@@ -112,6 +112,7 @@
|
||||
new /obj/item/cartridge/qm(src)
|
||||
new /obj/item/storage/bag/mail(src)
|
||||
new /obj/item/melee/knuckleduster/nanotrasen(src)
|
||||
new /obj/item/gun/energy/gun/mini(src)
|
||||
|
||||
/// used in mining outpost
|
||||
/obj/structure/closet/secure_closet/quartermaster/lavaland
|
||||
|
||||
@@ -26,12 +26,13 @@
|
||||
new /obj/item/door_remote/chief_engineer(src)
|
||||
new /obj/item/rpd(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/ce(src)
|
||||
new /obj/item/organ/internal/eyes/cybernetic/meson(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/meson_eyes(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/wire_interface(src)
|
||||
new /obj/item/clothing/accessory/medal/engineering(src)
|
||||
new /obj/item/holosign_creator/atmos(src)
|
||||
new /obj/item/rcd/preloaded(src)
|
||||
new /obj/item/organ/internal/cyberimp/brain/wire_interface(src)
|
||||
new /obj/item/storage/bag/construction(src)
|
||||
new /obj/item/gun/energy/gun/mini(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/engineering_electrical
|
||||
|
||||
@@ -154,13 +154,13 @@
|
||||
new /obj/item/flash(src)
|
||||
new /obj/item/gun/syringe(src)
|
||||
new /obj/item/reagent_containers/hypospray/cmo(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/medical(src)
|
||||
new /obj/item/door_remote/chief_medical_officer(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/cmo(src)
|
||||
new /obj/item/clothing/accessory/medal/medical(src)
|
||||
new /obj/item/storage/briefcase(src)
|
||||
new /obj/item/clothing/mask/gas(src)
|
||||
|
||||
new /obj/item/gun/energy/gun/mini(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/med_hud(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/animal
|
||||
name = "animal control locker"
|
||||
|
||||
@@ -57,9 +57,9 @@
|
||||
new /obj/item/laser_pointer(src)
|
||||
new /obj/item/door_remote/research_director(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/rd(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/diagnostic(src)
|
||||
new /obj/item/clothing/accessory/medal/science(src)
|
||||
|
||||
new /obj/item/gun/energy/gun/mini(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/diagnostic_hud(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/research_reagents
|
||||
name = "research chemical storage closet"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
new /obj/item/door_remote/captain(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/cap(src)
|
||||
new /obj/item/tank/internals/emergency_oxygen/double(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/skill_hud(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/hop
|
||||
name = "head of personnel's locker"
|
||||
@@ -36,6 +37,7 @@
|
||||
new /obj/item/reagent_containers/drinks/mug/hop(src)
|
||||
new /obj/item/clothing/accessory/medal/service(src)
|
||||
new /obj/item/storage/bag/garment/head_of_personnel(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/skill_hud(src)
|
||||
new /obj/item/storage/box/fingerprints(src) // used for fingerprinting new arrivals
|
||||
|
||||
/obj/structure/closet/secure_closet/hos
|
||||
@@ -61,10 +63,10 @@
|
||||
new /obj/item/gun/energy/gun/hos(src)
|
||||
new /obj/item/door_remote/head_of_security(src)
|
||||
new /obj/item/reagent_containers/drinks/mug/hos(src)
|
||||
new /obj/item/organ/internal/cyberimp/eyes/hud/security(src)
|
||||
new /obj/item/clothing/accessory/medal/security(src)
|
||||
new /obj/item/reagent_containers/drinks/flask/barflask(src)
|
||||
new /obj/item/clothing/mask/gas/sechailer(src)
|
||||
new /obj/item/autosurgeon/organ/one_use/sec_hud(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/warden
|
||||
name = "warden's locker"
|
||||
|
||||
Reference in New Issue
Block a user