Autodrobe doesn't remove Vaurca mandible mask from face (#13367)

This commit is contained in:
mikomyazaki
2022-03-12 22:23:15 +01:00
committed by GitHub
parent 5440965517
commit 02133fd5fd
2 changed files with 7 additions and 0 deletions
@@ -8,6 +8,7 @@
icon_state = "m_garment"
item_state = "m_garment"
contained_sprite = 1
autodrobe_no_remove = TRUE
/obj/item/clothing/mask/breath/vaurca/adjust_mask(mob/user)
to_chat(user, "This mask is too tight to adjust.")
+6
View File
@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "Autodrobe no longer tries to poison Vaurca by putting their mandible garments into their bag when the rest of their gear spawns, instead the mandible garment stays on their face."