Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Reo Lozzot
2025-10-27 02:58:37 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent c42dfc3efc
commit ceb33e3e7d
56 changed files with 75 additions and 497 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
var/covered = H.get_coverage()
for(var/K in damageable)
if(!(K in covered))
H.apply_damage(light_amount * damage_rate, BURN, K, 0, 0)
H.apply_damage(light_amount * damage_rate, BURN, K, 0)
else
owner.take_overall_damage(light_amount * damage_rate,light_amount * damage_rate)