Skip to content

Commit

Permalink
ah wrong name for that
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 19, 2024
1 parent 5aa1d01 commit 8767f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/__DEFINES/is_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

#define isgenerator(A) (istype(A, /generator))

#define isbadpath(A) (A == initial(A.bad_path))
#define isbadpath(A) (A == initial(A.bad_type))
#define isbadtype(A) (A.type == A.bad_type)

//Turfs
//#define isturf(A) (istype(A, /turf)) This is actually a byond built-in. Added here for completeness sake.
Expand Down

0 comments on commit 8767f3c

Please sign in to comment.