Skip to content

Commit

Permalink
Update code/game/objects/effects/forcefields.dm
Browse files Browse the repository at this point in the history
Co-authored-by: tmtmtl30 <[email protected]>
Signed-off-by: FalloutFalcon <[email protected]>
  • Loading branch information
FalloutFalcon and tmtmtl30 authored Sep 30, 2023
1 parent 36853d1 commit 67c5e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/forcefields.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/obj/effect/forcefield/Initialize(mapload, new_timeleft)
. = ..()
//used to change the time for forcewine
if(reac_volume)
if(new_timeleft)
timeleft = reac_volume
if(timeleft)
QDEL_IN(src, timeleft)
Expand Down

0 comments on commit 67c5e5a

Please sign in to comment.