mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Soakn't (#18647)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
c42dfc3efc
commit
ceb33e3e7d
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user