mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Update tables_racks.dm (#32393)
This commit is contained in:
@@ -412,8 +412,8 @@
|
||||
return 0
|
||||
|
||||
var/can_flip = 1
|
||||
for(var/mob/A in oview(src,0))//loc)
|
||||
if(istype(A))
|
||||
for(var/mob/A in oview(src, 0)) // Our loc.
|
||||
if(istype(A) && !isobserver(A))
|
||||
can_flip = 0
|
||||
if(!can_flip)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user