Skip to content

Commit

Permalink
i wonder
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 22, 2023
1 parent 831fba7 commit fa93875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions code/modules/lighting/lighting_mask/shadow_calculator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@

///Enqueues the mask in the queue properly
/atom/movable/lighting_mask/proc/queue_mask_update()
if(QDELETED(src))
return

SSlighting.mask_queue += src
awaiting_update = TRUE

Expand Down
8 changes: 4 additions & 4 deletions maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5969,7 +5969,7 @@
/area/whiskey_outpost/inside/bunker)
"vd" = (
/obj/structure/machinery/floodlight{
on = 1
light_on = 1
},
/turf/open/floor/plating{
dir = 6;
Expand Down Expand Up @@ -7371,7 +7371,7 @@
/area/whiskey_outpost/outside/lane/four_south)
"Ag" = (
/obj/structure/machinery/floodlight{
on = 1
light_on = 1
},
/turf/open/floor/plating{
dir = 5;
Expand All @@ -7384,7 +7384,7 @@
/area/whiskey_outpost/inside/supply)
"Ak" = (
/obj/structure/machinery/floodlight{
on = 1
light_on = 1
},
/turf/open/floor/plating{
dir = 9;
Expand Down Expand Up @@ -8478,7 +8478,7 @@
/area/whiskey_outpost/outside/lane/four_north)
"Et" = (
/obj/structure/machinery/floodlight{
on = 1
light_on = 1
},
/turf/open/floor/plating{
dir = 10;
Expand Down

0 comments on commit fa93875

Please sign in to comment.