Fixes runtimes when you talk with a cig butt in your mouth (#28250)

* Minor fixes

* Oops

* Funnyman review
This commit is contained in:
DGamerL
2025-02-05 21:26:20 +00:00
committed by GitHub
parent fdc37eae63
commit 1c4a5180ed
9 changed files with 35 additions and 23 deletions
+2
View File
@@ -62,6 +62,8 @@
#define isclothing(A) (istype(A, /obj/item/clothing))
#define ismask(A) (istype(A, /obj/item/clothing/mask))
#define isprojectile(A) (istype(A, /obj/item/projectile))
#define isgun(A) (istype(A, /obj/item/gun))
-3
View File
@@ -276,9 +276,6 @@
#define is_ai_eye(A) (istype((A), /mob/camera/eye))
#define isovermind(A) (istype((A), /mob/camera/blob))
#define isSpirit(A) (istype((A), /mob/spirit))
#define ismask(A) (istype((A), /mob/spirit/mask))
#define isobserver(A) (istype((A), /mob/dead/observer))
#define isnewplayer(A) (istype((A), /mob/new_player))