mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
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:
@@ -203,7 +203,8 @@
|
||||
/atom/movable/openspace/turf_mimic/Initialize(mapload, ...)
|
||||
. = ..()
|
||||
ASSERT(isturf(loc))
|
||||
delegate = loc:below
|
||||
var/turf/T = loc
|
||||
delegate = T.below
|
||||
|
||||
/atom/movable/openspace/turf_mimic/attackby(obj/item/attacking_item, mob/user)
|
||||
loc.attackby(attacking_item, user)
|
||||
|
||||
Reference in New Issue
Block a user