mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Fixes the sleeved Morozi dress not being in the loadout. (#11170)
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
/datum/gear/uniform/dominia_dress/New()
|
||||
..()
|
||||
var/list/suit = list()
|
||||
for(var/dress in subtypesof(/obj/item/clothing/under/dominia/dress/fancy))
|
||||
for(var/dress in typesof(/obj/item/clothing/under/dominia/dress/fancy))
|
||||
var/obj/item/clothing/under/dominia/dress/D = new dress //I'm not typing all this shit manually. Jesus christ.
|
||||
suit["[D.name]"] = D.type
|
||||
gear_tweaks += new/datum/gear_tweak/path(suit)
|
||||
|
||||
Reference in New Issue
Block a user