mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Fix vox bald hairstyle + Adds some missing vox clothing sprites (mostly from paradise) (#34140)
* aqua * cia * clown * fix clown and update species_fit * meme skirt * remove shoes from captain tunic * animated captains visor * ditto * firesuit! * thunderdome armor * better bombsuit (para) * white secoff uniform * fix * CEboots + atmos boots + syndie boots * clown+clown psyche, one missing laceup * better clown shoes (paradise) * color shoes, leather shoes, roman shoes, slippers, sandals paradise again * tweak cowboy boots slightly * better winterboots * ninja and rainbow shoes * better BTC bartender * kneesock * fingerless gloves * Update hair_styles.dmi * sexymime, orange suit, rainbow suit, white suit * fixes * Update uniform.dmi * remove nun shoes * carapace feet coverings, make hands visible * caparmor feet * captunic and nun suit shoes * tweak that just a bit * Revert "captunic and nun suit shoes" This reverts commitec65ff4ded. * Revert "caparmor feet" This reverts commit8af5b9e76c. * Revert "carapace feet coverings, make hands visible" This reverts commit77ca7e0000. * fix again * set overrides * LOTS OF COSTUMES * helmets * fix jester colors AND LOTS OF HATS * the rest of it * garrison * headsets * bio * radiation * Update suit.dmi * tweaks and fixes * Update gasmask.dm * bandanas * vampire coat * armored trenchcoat * pirate cap * Update suit.dmi
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "An updated, modular intercom that fits over the head. Takes encryption keys."
|
||||
icon_state = "headset"
|
||||
item_state = "headset"
|
||||
species_fit = list(INSECT_SHAPED)
|
||||
species_fit = list(VOX_SHAPED, INSECT_SHAPED)
|
||||
starting_materials = list(MAT_IRON = 75)
|
||||
w_type = RECYK_ELECTRONIC
|
||||
melt_temperature = MELTPOINT_PLASTIC
|
||||
|
||||
Reference in New Issue
Block a user