Skip to content

Commit

Permalink
[MIRROR] Fixes heat
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimsonShrike authored and SuhEugene committed Sep 26, 2023
1 parent 704a623 commit 68d74c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/particles/particles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@


/obj/particle_emitter/heat
particle_type = "heat low"
particle_type = "heat"
render_target = HEAT_EFFECT_TARGET


Expand All @@ -331,4 +331,4 @@


/obj/particle_emitter/heat/high
particle_type = "heat high"
particle_type = "high heat"

0 comments on commit 68d74c2

Please sign in to comment.