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 67c5e5a commit b59c4b6
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 @@ -12,7 +12,7 @@
. = ..()
//used to change the time for forcewine
if(new_timeleft)
timeleft = reac_volume
timeleft = new_timeleft
if(timeleft)
QDEL_IN(src, timeleft)

Expand Down

0 comments on commit b59c4b6

Please sign in to comment.