mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds a unit test to check for any missing initial icon states (#8332)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// This borer is the worm that replaced the host's brain, not the brainworm latched onto a brain
|
||||
/obj/item/organ/internal/borer
|
||||
name = "cortical borer"
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "borer"
|
||||
icon = 'icons/mob/npc/animal.dmi'
|
||||
icon_state = "brainslug"
|
||||
organ_tag = BP_BRAIN
|
||||
desc = "A disgusting space slug."
|
||||
parent_organ = BP_HEAD
|
||||
@@ -37,4 +37,4 @@
|
||||
|
||||
/obj/item/organ/internal/stack/vox
|
||||
name = "vox cortical stack"
|
||||
vital = 0
|
||||
vital = 0
|
||||
|
||||
Reference in New Issue
Block a user