Merge pull request #7393 from Rykka-Stormheart/shep-dev-tg-alerts-updoot

Port lots of things that had to wait on alerts (Replaces Arokha's PR)
This commit is contained in:
Atermonera
2020-08-06 11:38:16 -07:00
committed by GitHub
63 changed files with 1438 additions and 831 deletions

View File

@@ -63,7 +63,7 @@
overlays.Cut()
if(front_id)
var/tiny_state = "id-generic"
if("id-"+front_id.icon_state in icon_states(icon))
if("id-"+front_id.icon_state in cached_icon_states(icon))
tiny_state = "id-"+front_id.icon_state
var/image/tiny_image = new/image(icon, icon_state = tiny_state)
tiny_image.appearance_flags = RESET_COLOR