Skip to content

Commit

Permalink
[MIRROR] IPC Antennae Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SierraHelper committed Dec 20, 2023
1 parent 91ba398 commit 35ab885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/sprite_accessories/accessory_ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,10 @@
abstract_type = /datum/sprite_accessory/hair/ipc
icon = 'icons/mob/human_races/species/ipc/hair.dmi'
species_allowed = list(SPECIES_IPC)
gender = NEUTER

/datum/sprite_accessory/hair/ipc/ipc_bald
name = "None"
icon_state = "null"
do_coloration = FALSE

/datum/sprite_accessory/hair/ipc/ipc_antennae
Expand Down

0 comments on commit 35ab885

Please sign in to comment.