Merge pull request #3347 from VOREStation/aro-promlimb

Increase prom limb health by 60%
This commit is contained in:
Aronai Sieyes
2018-03-25 15:30:13 -04:00
committed by GitHub
2 changed files with 23 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/obj/item/organ/external/chest/unbreakable/slime
max_damage = 50
/obj/item/organ/external/groin/unbreakable/slime
max_damage = 30
/obj/item/organ/external/arm/unbreakable/slime
max_damage = 8
/obj/item/organ/external/arm/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/leg/unbreakable/slime
max_damage = 8
/obj/item/organ/external/leg/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/foot/unbreakable/slime
max_damage = 8
/obj/item/organ/external/foot/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/hand/unbreakable/slime
max_damage = 8
/obj/item/organ/external/hand/right/unbreakable/slime
max_damage = 8
/obj/item/organ/external/head/unbreakable/slime
max_damage = 8
+1
View File
@@ -2281,6 +2281,7 @@
#include "code\modules\organs\subtypes\nano.dm"
#include "code\modules\organs\subtypes\seromi.dm"
#include "code\modules\organs\subtypes\slime.dm"
#include "code\modules\organs\subtypes\slime_vr.dm"
#include "code\modules\organs\subtypes\standard.dm"
#include "code\modules\organs\subtypes\standard_vr.dm"
#include "code\modules\organs\subtypes\unathi.dm"