mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
user.do_attack_animation(src, W)
|
||||
//Calculate damage
|
||||
var/aforce = W.force
|
||||
if(W.damtype == BRUTE || W.damtype == BURN)
|
||||
if(W.damtype == DAMAGE_BRUTE || W.damtype == DAMAGE_BURN)
|
||||
health -= aforce
|
||||
|
||||
//Play a fitting sound
|
||||
|
||||
Reference in New Issue
Block a user