mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 08:43:26 +01:00
Merge pull request #9528 from Tenryumi/fluff-skirt-outfit-blacklisting
Adds fluff skirt outfits to loadout blacklist
This commit is contained in:
committed by
Chompstation Bot
parent
c4e352dad2
commit
fb2db44754
@@ -65,7 +65,7 @@
|
||||
..()
|
||||
var/list/skirts = list()
|
||||
for(var/skirt in (typesof(/obj/item/clothing/under/skirt)))
|
||||
if(skirt in typesof(/obj/item/clothing/under/skirt/fluff)) //VOREStation addition
|
||||
if((skirt in typesof(/obj/item/clothing/under/skirt/fluff)) || (skirt in typesof(/obj/item/clothing/under/skirt/outfit/fluff))) //VOREStation addition
|
||||
continue //VOREStation addition
|
||||
var/obj/item/clothing/under/skirt/skirt_type = skirt
|
||||
skirts[initial(skirt_type.name)] = skirt_type
|
||||
|
||||
Reference in New Issue
Block a user