Update belly_obj.dm

This commit is contained in:
Ghom
2020-03-19 15:28:41 +01:00
committed by GitHub
parent a6361357d4
commit e9ad37fbd0
-8
View File
@@ -734,11 +734,3 @@
for(var/I in emote_lists[K])
dupe.emote_lists[K] += I
return dupe
//
// Belly searching for simplifying other procs
// Mostly redundant now with belly-objects and isbelly(loc)
//
/proc/check_belly(atom/movable/A)
return isbelly(A.loc)