Skip to content

Commit

Permalink
fixes this bloody laser (ParadiseSS13#27167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Oct 22, 2024
1 parent 5857035 commit 1bec4cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1185,8 +1185,9 @@
var/mw_power = max((ptl.output_number * ptl.power_format_multi_output) / (1 MW), 0)
switch(mw_power)
if(0 to 25)
adjustFireLoss(-mw_power * 15)
adjustFireLoss(mw_power * 15)
adjust_fire_stacks(mw_power)
IgniteMob()
if(26 to 50)
gib(FALSE)
else
Expand Down

0 comments on commit 1bec4cd

Please sign in to comment.