mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Merge branch 'upstream-master' into upstream-development
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
//mobs in range check
|
||||
var/users_in_range = 0
|
||||
for(var/mob/living/L in orange(1,src))
|
||||
if(L.ckey && L.client)
|
||||
if((world.time - L.client.inactivity) < (world.time - 300) || L.stat != CONSCIOUS || L.restrained())
|
||||
if(L.ckey)
|
||||
if(L.stat != CONSCIOUS || L.restrained())
|
||||
to_chat(M, "<span class='warning'>\The [L] does not seem to be paying attention to the [src].</span>")
|
||||
else
|
||||
users_in_range++
|
||||
|
||||
Reference in New Issue
Block a user