mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #13061 from Quantum-M/aiLockerCheese
AI Cores are no longer able to fit in a locker
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
for(var/obj/structure/closet/closet in get_turf(src))
|
||||
if(closet != src && closet.anchored != 1)
|
||||
return FALSE
|
||||
|
||||
return TRUE
|
||||
|
||||
/obj/structure/closet/proc/dump_contents()
|
||||
@@ -106,6 +107,8 @@
|
||||
continue
|
||||
if(M.buckled || M.anchored || M.has_buckled_mobs())
|
||||
continue
|
||||
if(isAI(M))
|
||||
continue
|
||||
|
||||
M.forceMove(src)
|
||||
itemcount++
|
||||
|
||||
Reference in New Issue
Block a user