mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
missing (#18893)
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
set name = "Pull"
|
||||
set category = "Object"
|
||||
|
||||
if(AM.Adjacent(src))
|
||||
if(istype(AM) && AM.Adjacent(src))
|
||||
src.start_pulling(AM)
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user