mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Adds a unit test to check for any missing initial icon states (#8332)
This commit is contained in:
@@ -580,6 +580,10 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
icon_state = "simon_scarf"
|
||||
item_state = "simon_scarf"
|
||||
contained_sprite = TRUE
|
||||
body_parts_covered = FACE
|
||||
item_flags = FLEXIBLEMATERIAL
|
||||
w_class = 2
|
||||
gas_transfer_coefficient = 0.90
|
||||
|
||||
|
||||
/obj/item/sign/fluff/triaka_atimono //Framed Zatimono - Azkuyua Triaka - marlonphoenix
|
||||
@@ -1432,15 +1436,6 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
has_sensor = 0
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/under/fluff/jennifer_jersey //Capital Sting FC Outfit - Jennifer Beal - synnono
|
||||
name = "association football outfit"
|
||||
desc = "A yellow and black jersey for the Mendell City women's club \"Capital Sting FC\" paired with black athletic shorts. This belongs on the pitch!"
|
||||
icon = 'icons/obj/custom_items/jennifer_clothes.dmi'
|
||||
icon_state = "jennifer_jersey"
|
||||
item_state = "jennifer_jersey"
|
||||
has_sensor = 0
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/shoes/fluff/jennifer_pboots //Black Punk Boots - Jennifer Beal - synnono
|
||||
name = "black punk boots"
|
||||
desc = "A tall pair of thick-heeled black leather boots. They are fastened with several burnished steel buckles."
|
||||
@@ -3332,4 +3327,4 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
battery_module.charge_to_full()
|
||||
nano_printer = new /obj/item/computer_hardware/nano_printer(src)
|
||||
nano_printer.max_paper = 10
|
||||
nano_printer.stored_paper = 5
|
||||
nano_printer.stored_paper = 5
|
||||
|
||||
Reference in New Issue
Block a user