mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
powder that makes you say yes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user