Merge pull request #10428 from Putnam3145/bomb_fix

Made dev bombs kill through bomb armor again
This commit is contained in:
Ghom
2020-01-05 15:33:54 +01:00
committed by GitHub
@@ -333,7 +333,7 @@
switch (severity)
if (1)
if(bomb_armor)
b_loss = 500*bomb_armor
b_loss = (350*bomb_armor)+150
var/atom/throw_target = get_edge_target_turf(src, get_dir(src, get_step_away(src, src)))
throw_at(throw_target, 200, 4)
damage_clothes(400*bomb_armor, BRUTE, "bomb")