mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
TODO done.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
/mob/proc/shared_nano_interaction()
|
/mob/proc/shared_nano_interaction()
|
||||||
if (src.stat || !client)
|
if (src.stat || !client)
|
||||||
return STATUS_CLOSE // no updates, close the interface
|
return STATUS_CLOSE // no updates, close the interface
|
||||||
else if (restrained() || lying || stat || stunned || weakened) // TODO: Change to incapaciated() on merge
|
else if (incapacitated())
|
||||||
return STATUS_UPDATE // update only (orange visibility)
|
return STATUS_UPDATE // update only (orange visibility)
|
||||||
return STATUS_INTERACTIVE
|
return STATUS_INTERACTIVE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user