bumped heat damage after calculating armor

This commit is contained in:
Haresay
2017-08-15 10:19:38 -06:00
parent b65234b733
commit 67cd217681
@@ -90,7 +90,7 @@ datum/species/mammal
mutant_bodyparts = list("xenotail", "xenohead", "xenodorsal", "taur","mam_body_markings")
default_features = list("xenotail"="xeno","xenohead"="standard","xenodorsal"="standard","mcolor" = "0F0","mcolor2" = "0F0","mcolor3" = "0F0","taur" = "None","mam_body_markings" = "xeno")
armor = 15
heatmod = 1.7
heatmod = 1.9
no_equip = list(slot_head)
attack_verb = "slash"
attack_sound = 'sound/weapons/slash.ogg'