mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Bug Mask Bug Fix (#9588)
This commit is contained in:
@@ -124,7 +124,8 @@
|
||||
/datum/outfit/admin/kataphract/klax/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H?.wear_mask && H.species.has_organ["phoron reserve tank"])
|
||||
var/obj/item/organ/vaurca/preserve/preserve = H.internal_organs_by_name["phoron reserve tank"]
|
||||
H.internals = preserve
|
||||
H.internal = preserve
|
||||
H.internals.icon_state = "internal1"
|
||||
|
||||
var/uniform_colour = pick("#1f8c3c", "#ab7318", "#1846ba")
|
||||
if(H?.w_uniform)
|
||||
|
||||
Reference in New Issue
Block a user