Merge pull request #14988 from BlueWildrose/openthegates

Old Gateway animation return
This commit is contained in:
Lin
2021-08-08 13:58:13 -05:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+6
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