mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Ports over the status effect unification
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
/mob/proc/shared_nano_interaction()
|
||||
if(stat || !client)
|
||||
return STATUS_CLOSE // no updates, close the interface
|
||||
else if(restrained() || lying || stunned || weakened)
|
||||
else if(incapacitated())
|
||||
return STATUS_UPDATE // update only (orange visibility)
|
||||
return STATUS_INTERACTIVE
|
||||
|
||||
|
||||
/mob/dead/observer/shared_nano_interaction()
|
||||
if(check_rights(R_ADMIN, 0, src))
|
||||
return STATUS_INTERACTIVE // Admins are more equal
|
||||
|
||||
Reference in New Issue
Block a user