powder that makes you say yes

This commit is contained in:
Nadyr
2022-04-04 17:40:01 -04:00
committed by GitHub
parent 10ad4f823b
commit 82c85defdf
+3 -1
View File
@@ -13,7 +13,7 @@
#define isitem(D) istype(D, /obj/item)
#define isradio(A) istype(A, /obj/item/device/radio)
#define isradio(A) istype(A, /obj/item/device/radio)
#define isairlock(A) istype(A, /obj/machinery/door/airlock)
@@ -23,6 +23,8 @@
#define ismecha(A) istype(A, /obj/mecha)
#define isstructure(A) istype(A, /obj/structure)
//---------------
//#define isarea(D) istype(D, /area) //Built in