Repath blindfolds to prevent regular sunglasses creation exploit (#41710)

Blindfolds don't actually need to inherit anything from sunglasses, from what I
can see, unless there's some bad type checking somewhere in the code that I'm
not aware of.

Exploit is: cloth makes blindfold + medHUD -> medHUD sunglasses -> remove
medHUD, regular sunglasses.
This commit is contained in:
coiax
2018-11-30 14:21:22 -08:00
committed by Tad Hardesty
parent 7c648750d8
commit 446641f329
8 changed files with 25 additions and 23 deletions
+2 -2
View File
@@ -47,14 +47,14 @@
items = list(
/obj/item/clothing/under/schoolgirl,
/obj/item/clothing/head/kitty,
/obj/item/clothing/glasses/sunglasses/blindfold)
/obj/item/clothing/glasses/blindfold)
/obj/effect/spawner/bundle/costume/maid
name = "maid costume spawner"
items = list(
/obj/item/clothing/under/skirt/black,
/obj/effect/spawner/lootdrop/minor/beret_or_rabbitears,
/obj/item/clothing/glasses/sunglasses/blindfold)
/obj/item/clothing/glasses/blindfold)
/obj/effect/spawner/bundle/costume/butler