mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 13:13:29 +01:00
[MIRROR] Icon fix and skrell fix (#11480)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6aa4a65783
commit
1c275b00f6
@@ -170,7 +170,7 @@ GLOBAL_LIST_EMPTY(limb_icon_cache)
|
||||
if (transparent && !istype(src,/obj/item/organ/external/head) && can_apply_transparency && should_apply_transparency) //VORESTATION EDIT: transparent instead of nonsolid
|
||||
mob_icon += rgb(,,,180) //do it here so any markings become transparent as well
|
||||
|
||||
dir = EAST
|
||||
dir = SOUTH
|
||||
icon = mob_icon
|
||||
return mob_icon
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
icon_state = "brain_skrell"
|
||||
|
||||
/obj/item/organ/internal/stomach/skrell
|
||||
icon_state = "skrell_stomach"
|
||||
icon_state = "skrell_intestine" //Skrell have no stomach sprite so this is the best we can do
|
||||
|
||||
/obj/item/organ/internal/kidneys/skrell
|
||||
icon_state = "skrell_kidney"
|
||||
|
||||
Reference in New Issue
Block a user