mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Outfits objectified (#18611)
* oof * ugh * fqewavdf * 4ryh --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
8e1a81f81a
commit
85d27eb1d0
@@ -492,7 +492,7 @@ var/list/slot_equipment_priority = list( \
|
||||
. += I
|
||||
|
||||
/mob/living/carbon/human/proc/equipOutfit(outfit, visualsOnly = FALSE)
|
||||
var/datum/outfit/O = null
|
||||
var/obj/outfit/O = null
|
||||
|
||||
if(ispath(outfit))
|
||||
O = new outfit
|
||||
@@ -506,7 +506,7 @@ var/list/slot_equipment_priority = list( \
|
||||
return O.equip(src, visualsOnly)
|
||||
|
||||
/mob/living/carbon/human/proc/preEquipOutfit(outfit, visualsOnly = FALSE)
|
||||
var/datum/outfit/O = null
|
||||
var/obj/outfit/O = null
|
||||
|
||||
if(ispath(outfit))
|
||||
O = new outfit
|
||||
|
||||
Reference in New Issue
Block a user