mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Emergency shuttle console no longer reopens its UI on its own (#86822)
## About The Pull Request Closes #52590 ## Changelog 🆑 fix: Emergency shuttle console no longer reopens its UI on its own /🆑
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
minor_announce("Early launch authorization revoked, [remaining] authorizations needed")
|
||||
|
||||
acted_recently += user
|
||||
ui_interact(user)
|
||||
SStgui.update_user_uis(user, src)
|
||||
|
||||
/obj/machinery/computer/emergency_shuttle/proc/authorize(mob/living/user, source)
|
||||
var/obj/item/card/id/ID = user.get_idcard(TRUE)
|
||||
@@ -159,7 +159,7 @@
|
||||
/obj/machinery/computer/emergency_shuttle/proc/clear_recent_action(mob/user)
|
||||
acted_recently -= user
|
||||
if (!QDELETED(user))
|
||||
ui_interact(user)
|
||||
SStgui.update_user_uis(user, src)
|
||||
|
||||
/obj/machinery/computer/emergency_shuttle/process()
|
||||
// Launch check is in process in case auth_need changes for some reason
|
||||
|
||||
Reference in New Issue
Block a user