Adds vox variants to bee costume and mask, captain hat, cult armor and helmet, medical beret (#18671)

* Fixes some misaligned vox clothing

* Adds missing declarations, adds tail to cult armor
This commit is contained in:
Adri
2022-08-05 21:35:18 +02:00
committed by GitHub
parent 956f41e2b9
commit bad1ec7aa2
8 changed files with 7 additions and 0 deletions
+2
View File
@@ -126,6 +126,7 @@
item_state = "cult_helmet"
armor = list(MELEE = 115, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, BIO = 20, RAD = 20, FIRE = 35, ACID = 150)
magical = TRUE
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
/obj/item/clothing/suit/space/cult
name = "cult armor"
@@ -137,6 +138,7 @@
slowdown = 1
armor = list(MELEE = 115, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, BIO = 20, RAD = 20, FIRE = 35, ACID = 150)
magical = TRUE
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/suit.dmi')
/obj/item/clothing/suit/hooded/cultrobes/cult_shield
name = "empowered cultist robes"
@@ -50,6 +50,7 @@
icon_state = "captain"
item_state = "caphat"
dog_fashion = /datum/dog_fashion/head/captain
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
/obj/item/clothing/head/collectable/police
name = "collectable police officer's hat"
+1
View File
@@ -23,6 +23,7 @@
armor = list(MELEE = 15, BULLET = 10, LASER = 15, ENERGY = 5, BOMB = 15, BIO = 0, RAD = 0, FIRE = 50, ACID = 50)
strip_delay = 60
dog_fashion = /datum/dog_fashion/head/captain
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
//Captain: no longer space-worthy
/obj/item/clothing/head/caphat/parade
@@ -367,6 +367,7 @@
desc = "A mask made of soft vinyl and latex, representing the head of a bee."
icon_state = "bee"
item_state = "bee"
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/mask.dmi')
/obj/item/clothing/mask/face/bear
name = "bear mask"
@@ -329,6 +329,7 @@
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
flags = THICKMATERIAL
hoodtype = /obj/item/clothing/head/hooded/bee_hood
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/suit.dmi')
/obj/item/clothing/head/hooded/bee_hood
name = "bee hood"
@@ -337,6 +338,7 @@
body_parts_covered = HEAD
flags = THICKMATERIAL|BLOCKHAIR
flags_inv = HIDEEARS
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
/obj/item/clothing/suit/bloated_human //OH MY GOD WHAT HAVE YOU DONE!?!?!?
name = "bloated human suit"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 KiB

After

Width:  |  Height:  |  Size: 320 KiB