Update game.dm

This commit is contained in:
Raeschen
2023-07-15 23:30:05 +02:00
committed by GitHub
parent db975d1bb6
commit 6ed45a34d1

View File

@@ -699,8 +699,6 @@
hear |= recursive_mob_check(A, hear, 3, 1, 0, 1) hear |= recursive_mob_check(A, hear, 3, 1, 0, 1)
return hear return hear
<<<<<<< HEAD
=======
/proc/get_belly(var/atom/A) // return a belly we're in, one way or another; and if we aren't (or are too deep to comprehend being in belly), returns null /proc/get_belly(var/atom/A) // return a belly we're in, one way or another; and if we aren't (or are too deep to comprehend being in belly), returns null
var/atom/loc_check = A.loc var/atom/loc_check = A.loc
@@ -728,4 +726,3 @@
result |= get_all_prey_recursive(P, client_check) result |= get_all_prey_recursive(P, client_check)
return result return result
>>>>>>> 71677c47a8... Merge pull request #15139 from Heroman3003/custom-subtle