Merge pull request #439 from TheDZD/minor-fixes

Swaps Xeno Sentinel and Hunter Health Values
This commit is contained in:
Fox-McCloud
2015-02-27 20:07:56 -05:00
2 changed files with 4 additions and 4 deletions
@@ -1,8 +1,8 @@
/mob/living/carbon/alien/humanoid/hunter
name = "alien hunter"
caste = "h"
maxHealth = 150
health = 150
maxHealth = 125
health = 125
storedPlasma = 100
max_plasma = 150
icon_state = "alienh_s"
@@ -1,8 +1,8 @@
/mob/living/carbon/alien/humanoid/sentinel
name = "alien sentinel"
caste = "s"
maxHealth = 125
health = 125
maxHealth = 150
health = 150
storedPlasma = 100
max_plasma = 250
icon_state = "aliens_s"