Skip to content

Commit

Permalink
Rename Sarathi to Unathi
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Feb 20, 2024
1 parent 67e6475 commit e3d824c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/inventory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define HIDEHAIR (1<<8)
#define HIDEFACIALHAIR (1<<9)
#define HIDENECK (1<<10)
#define HIDEHORNS (1<<11) // Used for hiding Sarathi horns.
#define HIDEHORNS (1<<11) // Used for hiding Unathi horns.

//bitflags for clothing coverage - also used for limbs
#define HEAD (1<<0)
Expand Down
4 changes: 2 additions & 2 deletions code/modules/mob/dead/new_player/sprite_accessories/ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@
icon_state = "none"

/datum/sprite_accessory/ipc_tail/lizard
name = "Synthetic Sarathi"
name = "Synthetic Unathi"
icon_state = "synth"

/datum/sprite_accessory/ipc_tail/lizard_big
name = "Synthetic Sarathi Large"
name = "Synthetic Unathi Large"
icon_state = "large"

/datum/sprite_accessory/ipc_tail/plug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
center = TRUE
dimension_y = 34

//Sarathi wings
//Unathi wings

/datum/sprite_accessory/wings/dragon
name = "Dragon"
Expand Down

0 comments on commit e3d824c

Please sign in to comment.