scarves_fit_ayys (#34856)

This commit is contained in:
Optimism333
2023-08-02 21:37:48 -07:00
committed by GitHub
parent 06f749fd5b
commit f0e3077cb7
3 changed files with 5 additions and 4 deletions

View File

@@ -71,7 +71,7 @@
desc = "A blue neck scarf." desc = "A blue neck scarf."
icon_state = "blue_scarf" icon_state = "blue_scarf"
item_state = "blue_scarf" item_state = "blue_scarf"
species_fit = list(INSECT_SHAPED) species_fit = list(INSECT_SHAPED, GREY_SHAPED)
/obj/item/clothing/mask/scarf/red /obj/item/clothing/mask/scarf/red
@@ -79,7 +79,7 @@
desc = "A red neck scarf." desc = "A red neck scarf."
icon_state = "red_scarf" icon_state = "red_scarf"
item_state = "red_scarf" item_state = "red_scarf"
species_fit = list(INSECT_SHAPED) species_fit = list(INSECT_SHAPED, GREY_SHAPED)
/obj/item/clothing/mask/scarf/green /obj/item/clothing/mask/scarf/green
@@ -87,7 +87,7 @@
desc = "A green and red line patterned scarf." desc = "A green and red line patterned scarf."
icon_state = "green_scarf" icon_state = "green_scarf"
item_state = "green_scarf" item_state = "green_scarf"
species_fit = list(INSECT_SHAPED) species_fit = list(INSECT_SHAPED, GREY_SHAPED)
/obj/item/clothing/mask/balaclava /obj/item/clothing/mask/balaclava
name = "balaclava" name = "balaclava"
@@ -110,7 +110,7 @@
desc = "Somehow, it makes you act and look way more polite than usual." desc = "Somehow, it makes you act and look way more polite than usual."
icon_state = "nr_mask" icon_state = "nr_mask"
item_state = "nr_mask" item_state = "nr_mask"
species_fit = list(INSECT_SHAPED) species_fit = list(INSECT_SHAPED, GREY_SHAPED)
body_parts_covered = FACE body_parts_covered = FACE
heat_conductivity = INS_MASK_HEAT_CONDUCTIVITY heat_conductivity = INS_MASK_HEAT_CONDUCTIVITY

View File

@@ -19,6 +19,7 @@
icon = 'icons/mob/alien.dmi' icon = 'icons/mob/alien.dmi'
icon_state = "facehugger" icon_state = "facehugger"
item_state = "facehugger" item_state = "facehugger"
species_fit = list(INSECT_SHAPED, GREY_SHAPED)
w_class = W_CLASS_TINY //note: can be picked up by aliens unlike most other items of w_class below 4 w_class = W_CLASS_TINY //note: can be picked up by aliens unlike most other items of w_class below 4
flags = FPRINT | PROXMOVE flags = FPRINT | PROXMOVE
clothing_flags = MASKINTERNALS clothing_flags = MASKINTERNALS

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 24 KiB