mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Update default.dm
This commit is contained in:
@@ -74,10 +74,6 @@ GLOBAL_DATUM_INIT(tgui_default_state, /datum/tgui_state/default, new)
|
||||
return ..()
|
||||
|
||||
/mob/observer/dead/default_can_use_tgui_topic()
|
||||
<<<<<<< HEAD
|
||||
if(can_admin_interact())
|
||||
=======
|
||||
if(check_rights(R_ADMIN|R_EVENT, 0, src))
|
||||
>>>>>>> 9a3a7fb... Merge pull request #7879 from Cerebulon/gigglezone
|
||||
return STATUS_INTERACTIVE // Admins are more equal
|
||||
return STATUS_UPDATE // Ghosts can view updates
|
||||
|
||||
Reference in New Issue
Block a user