mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
if(W.can_puncture())
|
||||
user.visible_message(SPAN_DANGER("[user] pierces \the [src] with \the [W]!"), SPAN_WARNING("You pierce \the [src] with \the [W]!"))
|
||||
deflate(TRUE)
|
||||
else if(W.damtype == BRUTE || W.damtype == BURN)
|
||||
else if(W.damtype == DAMAGE_BRUTE || W.damtype == DAMAGE_BURN)
|
||||
hit(W.force)
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user