mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Prevents afros from being caught in grinders (#16363)
* Prevents afros from being caught in grinders See above * Afros will no longer get caught in grinders See above
This commit is contained in:
@@ -93,19 +93,19 @@ Follow by example and make good judgement based on length which list to include
|
||||
/datum/sprite_accessory/hair/afro
|
||||
name = "Afro"
|
||||
icon_state = "hair_afro"
|
||||
length = 4
|
||||
length = 3
|
||||
chatname = "afro"
|
||||
|
||||
/datum/sprite_accessory/hair/afro2
|
||||
name = "Afro 2"
|
||||
icon_state = "hair_afro2"
|
||||
length = 4
|
||||
length = 3
|
||||
chatname = "afro"
|
||||
|
||||
/datum/sprite_accessory/hair/afro3
|
||||
name = "Afro, Big"
|
||||
icon_state = "hair_afrobig"
|
||||
length = 4
|
||||
length = 3
|
||||
chatname = "big afro"
|
||||
|
||||
/datum/sprite_accessory/hair/amanita
|
||||
|
||||
Reference in New Issue
Block a user