mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Include item overlays in attack animations (shows the proper color of screwdrivers etc) (#38225)
* overlay attacks * this works too * fix trays too
This commit is contained in:
committed by
ShizCalev
parent
7564e5d01c
commit
ccade665f5
@@ -316,7 +316,7 @@
|
||||
/obj/item/storage/bag/tray/update_icon()
|
||||
cut_overlays()
|
||||
for(var/obj/item/I in contents)
|
||||
add_overlay(mutable_appearance(I.icon, I.icon_state))
|
||||
add_overlay(new /mutable_appearance(I))
|
||||
|
||||
/obj/item/storage/bag/tray/Entered()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user