mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Life improvements: Part 1 (#13912)
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
/datum/outfit/admin/ert/kataphract/klax/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H?.wear_mask && H.species.has_organ[BP_PHORON_RESERVE])
|
||||
var/obj/item/organ/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE]
|
||||
var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE]
|
||||
H.internal = preserve
|
||||
H.internals.icon_state = "internal1"
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
/obj/item/reagent_containers/glass/bottle/dexalin_plus = 1,
|
||||
/obj/item/reagent_containers/glass/bottle/butazoline = 1,
|
||||
/obj/item/reagent_containers/glass/bottle/dermaline = 1,
|
||||
/obj/item/reagent_containers/glass/bottle/perconol = 1
|
||||
/obj/item/reagent_containers/glass/bottle/perconol = 1
|
||||
)
|
||||
|
||||
backpack_contents = list(
|
||||
@@ -127,4 +127,4 @@
|
||||
H.w_uniform.color = pick("#42b360", "#b68029", "#5574c2")
|
||||
if(H?.shoes)
|
||||
var/obj/item/clothing/shoes/magboots/hegemony/boots = new(H)
|
||||
H.equip_to_slot_if_possible(boots, slot_shoes)
|
||||
H.equip_to_slot_if_possible(boots, slot_shoes)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
. = ..()
|
||||
if(isvaurca(H))
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask)
|
||||
var/obj/item/organ/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE]
|
||||
var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE]
|
||||
H.internal = preserve
|
||||
H.internals.icon_state = "internal1"
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
/obj/item/handcuffs/ziptie = 3,
|
||||
/obj/item/clothing/mask/gas/tactical = 1,
|
||||
/obj/item/storage/firstaid/regular = 1,
|
||||
/obj/item/clothing/gloves/swat/ert = 1,
|
||||
/obj/item/clothing/gloves/swat/ert = 1,
|
||||
/obj/item/material/knife/bayonet = 1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user