The ORM Update (#32074)

* Update machine_redemption.dm

* Update freegolems.dm

* Update machine_redemption.dm

* Update machine_redemption.dm

* Update machine_redemption.dm
This commit is contained in:
CRUNCH
2026-06-13 23:25:01 +01:00
committed by GitHub
parent 53c9cbec6b
commit 9ea720ee03
2 changed files with 168 additions and 21 deletions
@@ -35,7 +35,7 @@
*/
/obj/machinery/mineral/ore_redemption/golem
req_access = list(ACCESS_FREE_GOLEMS)
req_access_claim = ACCESS_FREE_GOLEMS
req_access_claim = list(ACCESS_FREE_GOLEMS)
/obj/machinery/mineral/ore_redemption/golem/Initialize(mapload)
. = ..()