Skip to content

Commit

Permalink
Update chemsmoke.dm lighting (#12785)
Browse files Browse the repository at this point in the history
* Update chemsmoke.dm

* Update chemsmoke.dm 2
  • Loading branch information
TgT4 authored Jan 31, 2024
1 parent cda25b4 commit 4a9bd70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/objects/effects/chemsmoke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@
smoke.pixel_x = -32 + rand(-8,8)
smoke.pixel_y = -32 + rand(-8,8)
walk_to(smoke, T)
smoke.opacity = 1 //switching opacity on after the smoke has spawned, and then
sleep(150+rand(0,20)) // turning it off before it is deleted results in cleaner
smoke.opacity = 0 // lighting and view range updates
fadeOut(smoke)
qdel(smoke)

Expand Down

0 comments on commit 4a9bd70

Please sign in to comment.