From 887f7bcbb6d6712a073303d02f0c5c9b5f9bb02f Mon Sep 17 00:00:00 2001 From: Jenny Date: Thu, 25 Sep 2025 18:22:32 -0500 Subject: [PATCH] Fixes Lucky 7 map needing power (oops) (#18566) * Fixes Luck 7 map needing power (oops) * WAIT IT WAS MISSING LIGHTNG AND GRAVITY TOO?! --- maps/gateway_vr/lucky_7.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maps/gateway_vr/lucky_7.dm b/maps/gateway_vr/lucky_7.dm index f4fad497c57..c379b7a54e9 100644 --- a/maps/gateway_vr/lucky_7.dm +++ b/maps/gateway_vr/lucky_7.dm @@ -15,6 +15,9 @@ icon_state = "away1" ambience = AMBIENCE_CASINO flags = AREA_FLAG_IS_NOT_PERSISTENT | AREA_BLOCK_INSTANT_BUILDING + dynamic_lighting = TRUE + requires_power = FALSE + has_gravity = TRUE /area/awaymission/lucky7/casinofloor name = "\improper Gateway - Casino Floor"