mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Insectoid Fashion Month 3 - Hats! (#28154)
* Wizard hats done & tested * Finished vending machine hats & 100% tested * Supply crate hats - added species_fit, sprites next * Supple crate sprites finished * Minor fixes, fully tested * Misc hats added * Hats finished & 100% tested Co-authored-by: PlausibleDeniability <PlausibleDeniability@github.com>
This commit is contained in:
committed by
GitHub
parent
6603379ec6
commit
04ac6364ba
@@ -232,6 +232,7 @@ var/global/list/alcatraz_stuff = list(
|
||||
desc = "The Donutgiver III. A twenty-five sprinkle headgear with mission-variable voice-programmed confections. It has the words SPRINKLE, JELLY, CHAOS and FAVORITE etched onto its sides."
|
||||
icon_state = "helmet_sec"
|
||||
item_state = "helmet"
|
||||
species_fit = list(INSECT_SHAPED)
|
||||
flags = HEAR | FPRINT
|
||||
var/dna_profile = null
|
||||
var/last_donut = 0
|
||||
|
||||
Reference in New Issue
Block a user