mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Cleanups and tweaks observer code (#30250)
* observer cleanup * this * bit more * Update tgui.bundle.js
This commit is contained in:
@@ -204,7 +204,7 @@ RESTRICT_TYPE(/datum/ui_module/admin/antagonist_menu)
|
||||
return
|
||||
target = mind.current
|
||||
var/mob/dead/observer/A = C.mob
|
||||
A.ManualFollow(target)
|
||||
A.manual_follow(target)
|
||||
return
|
||||
if(istype(target, /datum/team))
|
||||
ui.user.client.holder.team_switch_tab_index = clamp(GLOB.antagonist_teams.Find(target), 1, length(GLOB.antagonist_teams))
|
||||
|
||||
Reference in New Issue
Block a user