allow objects for certain interactions

no animals still
This commit is contained in:
sarcoph
2022-05-04 23:54:21 -08:00
parent 1e7e2949b3
commit e1a6c16dd0
3 changed files with 41 additions and 37 deletions
+2
View File
@@ -60,6 +60,8 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
#define isbrain(A) (istype(A, /mob/living/brain))
#define isnoncarbon(A) (isliving(A) && !iscarbon(A))
//Carbon mobs
#define iscarbon(A) (istype(A, /mob/living/carbon))