mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
user.do_attack_animation(src, W)
|
||||
var/force_damage = W.force
|
||||
if(W.damtype == BURN)
|
||||
if(W.damtype == DAMAGE_BURN)
|
||||
force_damage *= 1.25
|
||||
health -= force_damage
|
||||
playsound(loc, 'sound/effects/attackblob.ogg', 80, TRUE)
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
user.do_attack_animation(src, W)
|
||||
var/force_damage = W.force
|
||||
if(W.damtype == BURN)
|
||||
if(W.damtype == DAMAGE_BURN)
|
||||
force_damage *= 1.25
|
||||
health -= force_damage
|
||||
playsound(loc, 'sound/effects/attackblob.ogg', 80, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user