mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user