mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Merge conflicts begone
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
return STATUS_CLOSE
|
||||
|
||||
/mob/proc/shared_nano_interaction()
|
||||
if(src.stat || !client)
|
||||
if(stat || !client)
|
||||
return STATUS_CLOSE // no updates, close the interface
|
||||
else if(restrained() || lying || stat || stunned || weakened)
|
||||
else if(restrained() || lying || stunned || weakened)
|
||||
return STATUS_UPDATE // update only (orange visibility)
|
||||
return STATUS_INTERACTIVE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user