forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15c9959
commit 92b9abe
Showing
12 changed files
with
13 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 8 additions & 9 deletions
17
modular_doppler/modular_customization/accessories/code/ramatan_accessories/ramatan_ears.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
/datum/sprite_accessory/ears_more/ramatan | ||
icon = 'modular_doppler/modular_customization/accessories/icons/ramatan/ramatan_ears.dmi' | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/standard | ||
/datum/sprite_accessory/ears_more/lizard/ramatan | ||
name = "Ramatan" | ||
icon_state = "ramatan_standard" | ||
icon = 'modular_doppler/modular_customization/accessories/icons/ramatan/ramatan_ears.dmi' | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/tall | ||
/datum/sprite_accessory/ears_more/lizard/ramatan/tall | ||
name = "Ramatan Tall" | ||
icon_state = "ramatan_tall" | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/sharp | ||
/datum/sprite_accessory/ears_more/lizard/ramatan/sharp | ||
name = "Ramatan Sharp" | ||
icon_state = "ramatan_sharp" | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/forward | ||
/datum/sprite_accessory/ears_more/lizard/ramatan/forward | ||
name = "Ramatan Droopy" | ||
icon_state = "ramatan_forward" | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/flopped | ||
/datum/sprite_accessory/ears_more/lizard/ramatan/flopped | ||
name = "Ramatan Long Flop" | ||
icon_state = "ramatan_flopped" | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/fluffy | ||
/datum/sprite_accessory/ears_more/lizard/ramatan/fluffy | ||
name = "Ramatan Fluffy" | ||
icon_state = "ramatan_fluffy" | ||
|
||
/datum/sprite_accessory/ears_more/ramatan/short | ||
/datum/sprite_accessory/ears_more/lizard/ramatan/short | ||
name = "Ramatan Short" | ||
icon_state = "ramatan_short" |
8 changes: 3 additions & 5 deletions
8
modular_doppler/modular_customization/accessories/code/ramatan_accessories/ramatan_tail.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
/datum/sprite_accessory/tails/ramatan | ||
icon = 'modular_doppler/modular_customization/accessories/icons/ramatan/ramatan_tail.dmi' | ||
|
||
/datum/sprite_accessory/tails/ramatan/standard | ||
/datum/sprite_accessory/tails/lizard/ramatan | ||
name = "Ramatan" | ||
icon_state = "ramatan_std" | ||
icon = 'modular_doppler/modular_customization/accessories/icons/ramatan/ramatan_tail.dmi' | ||
|
||
/datum/sprite_accessory/tails/ramatan/thick | ||
/datum/sprite_accessory/tails/lizard/ramatan/thick | ||
name = "Ramatan Thick" | ||
icon_state = "ramatan_thick" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters