reorganizes the human sprite folder and replaces the human_basic sprite with an updated one (#77323)

instead of mob/species/human the icon folders are now mob/human/species,
this makes much more sense imo than having human stuff like hair or
bodyparts (which are a GENERAL thing, not human species only) be behind
a folder while you see shit like podperson hair and golem in the main
folder
the icon for human is replaced by the new sprites instead of the old
yellow guy with green eyes
This commit is contained in:
Fikou
2023-08-05 14:12:05 +00:00
committed by GitHub
parent f9ca87b959
commit fc4de530ce
65 changed files with 178 additions and 178 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
/mob/living/simple_animal/holodeck_monkey
name = "monkey"
desc = "A holographic creature fond of bananas."
icon = 'icons/mob/species/human/human.dmi'
icon = 'icons/mob/human/human.dmi'
icon_state = "monkey"
icon_living = "monkey"
icon_dead = "monkey_dead"