Old Gateway animation return

This commit is contained in:
Cognition
2021-08-07 05:38:28 -07:00
parent b93e3f68b2
commit 7b9a661127
2 changed files with 6 additions and 0 deletions

View File

@@ -205,6 +205,12 @@ GLOBAL_LIST_EMPTY(gateway_destinations)
deactivate()
return
/obj/machinery/gateway/update_icon_state()
if(target)
icon_state = "on_old"
else
icon_state = "portal_frame"
/obj/machinery/gateway/safe_throw_at(atom/target, range, speed, mob/thrower, spin = TRUE, diagonals_first = FALSE, datum/callback/callback, force = MOVE_FORCE_STRONG, gentle = FALSE)
return

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 21 KiB