Merge pull request #33580 from Xhuis/defenses_balancing

Some modest clockcult balancing - vitality matrices, brass skewers, pressure sensors
This commit is contained in:
oranges
2017-12-30 16:59:07 -06:00
committed by CitadelStationBot
parent 1be3d30c43
commit 3208404f14
10 changed files with 87 additions and 21 deletions
@@ -6,6 +6,7 @@
var/obj/act_module = get_active_held_item()
if(act_module)
msg += "It is holding [icon2html(act_module, user)] \a [act_module].\n"
msg += status_effect_examines()
msg += "<span class='warning'>"
if (src.getBruteLoss())
if (src.getBruteLoss() < maxHealth*0.5)