mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +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:
@@ -584,7 +584,7 @@ var/list/VVdynamic_lock = list(
|
||||
if (!istype(O, /atom))
|
||||
original_name = "[REF(O)] ([O])"
|
||||
else
|
||||
original_name = O:name
|
||||
original_name = O.name
|
||||
|
||||
if(holder.marked_datum && class == "marked datum ([holder.marked_datum.type])")
|
||||
class = "marked datum"
|
||||
|
||||
Reference in New Issue
Block a user