mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 17:02:00 +00:00
Replacing carp/shark sprites. (#6121)
This PR replaces carps and sharks sprites. by thread https://forums.aurorastation.org/topic/11503-space-carpspace-shark-aesthetic-change/ Replaces carp/shark sprites Moves shark sprites into animal.dmi file. Removes spaceshark.dmi Old sprites of carp and shark remain. Also made a new mobs that uses old carp and shark sprites Moves all NPC sprite files into icons/mob/npc folder, for organization. Updates all paths.
This commit is contained in:
committed by
Erki
parent
5cfd3a7f7d
commit
d01979b9ed
@@ -149,7 +149,7 @@ mob/living/carbon/proc/handle_hallucinations()
|
||||
if(2,3)
|
||||
halbody = image('icons/mob/human.dmi',target,"husk_s",TURF_LAYER)
|
||||
if(4)
|
||||
halbody = image('icons/mob/alien.dmi',target,"alienother",TURF_LAYER)
|
||||
halbody = image('icons/mob/npc/alien.dmi',target,"alienother",TURF_LAYER)
|
||||
// if(5)
|
||||
// halbody = image('xcomalien.dmi',target,"chryssalid",TURF_LAYER)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user