mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Overlay fix (#16855)
* Fixes item overlays not showing. Fixes #16821. Unnecessary cut_overlays(). * changelog
This commit is contained in:
@@ -126,7 +126,6 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/update_icon()
|
||||
cut_overlays()
|
||||
. = ..()
|
||||
if(build_from_parts)
|
||||
add_overlay(overlay_image(icon,"[icon_state]_[worn_overlay]", flags=RESET_COLOR)) //add the overlay w/o coloration of the original sprite
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Sparky_hotdog
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Items with overlays now actually display them initially."
|
||||
Reference in New Issue
Block a user