New opendream pragmas (#20260)

Enabled new opendream pragmas
Fixed some runtime access check operators (`:`) around the codebase (not
all, some are unfixable as they're used in macros)

No player facing changes (hopefully)
This commit is contained in:
Fluffy
2024-12-29 12:12:09 +01:00
committed by GitHub
parent f55072cc42
commit 1ba0b35838
60 changed files with 324 additions and 813 deletions
@@ -82,8 +82,10 @@ PROCESSING_SUBSYSTEM_DEF(airflow)
continue
step_towards(target, target.airflow_dest)
if (ismob(target) && target:client)
target:setMoveCooldown(vsc.airflow_mob_slowdown)
if(ismob(target))
var/mob/target_mob = target
if(target_mob.client)
target_mob:setMoveCooldown(vsc.airflow_mob_slowdown)
if (MC_TICK_CHECK)
return