mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix sculpture not processing grab.
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
if(istype(get_turf(src), /turf/space) || hibernate)
|
||||
return
|
||||
|
||||
// Grabbing
|
||||
if(G)
|
||||
G.process()
|
||||
|
||||
for(var/mob/living/M in view(7, src))
|
||||
if(M.stat || M == src)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user