Files
CHOMPStation2/code/__defines/math_ch.dm
2024-07-18 09:40:48 +02:00

7 lines
148 B
Plaintext

//Proc to check if a flag is active to use in universal math
/proc/global_flag_check(element, flag)
if(element & flag)
return 1
else
return 0