Ports the radiation subsystem and cleans up damage flags. (#15715)

This commit is contained in:
Matt Atlas
2023-02-07 13:22:47 +01:00
committed by GitHub
parent 5527fc0810
commit 31c73ead85
198 changed files with 981 additions and 649 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ obj/structure/cable/proc/cableColor(var/colorC)
if(!do_mob(user, M, 200))
user.visible_message(SPAN_DANGER("[user]'s hand slips and tears open the wound on [M]'s [affecting.name]!"), \
SPAN_DANGER("<font size=2>The wound on your [affecting.name] is torn open!</font>"))
M.apply_damage(rand(1,10), BRUTE)
M.apply_damage(rand(1,10), DAMAGE_BRUTE)
break
user.visible_message(SPAN_NOTICE("\The [user] barely manages to stitch \a [W.desc] on [M]'s [affecting.name]."), \
SPAN_NOTICE("You barely manage to stitch \a [W.desc] on [M]'s [affecting.name].") )