Removes ERT from standard gameplay. The Horizon now sends distress beacons for other Overmap vessels instead. Barricades and crew armoury buff. (#14371)

This commit is contained in:
Matt Atlas
2022-08-02 17:59:51 +02:00
committed by GitHub
parent 582a03c331
commit f768a9022d
103 changed files with 2470 additions and 939 deletions
+1
View File
@@ -231,6 +231,7 @@
organ_tag = BP_ZOMBIE_PARASITE
parent_organ = BP_HEAD
stage_interval = 150
relative_size = 0
var/last_heal = 0
var/heal_rate = 5 SECONDS
+33
View File
@@ -0,0 +1,33 @@
/obj/item/organ/external/chest/zombie
max_damage = 100
min_broken_damage = 35
/obj/item/organ/external/groin/zombie
maim_bonus = 5
/obj/item/organ/external/arm/zombie
maim_bonus = 15
/obj/item/organ/external/arm/right/zombie
maim_bonus = 15
/obj/item/organ/external/leg/zombie
maim_bonus = 15
/obj/item/organ/external/leg/right/zombie
maim_bonus = 15
/obj/item/organ/external/foot/zombie
maim_bonus = 15
/obj/item/organ/external/foot/right/zombie
maim_bonus = 15
/obj/item/organ/external/hand/zombie
maim_bonus = 15
/obj/item/organ/external/hand/right/zombie
maim_bonus = 15
/obj/item/organ/external/head/zombie
maim_bonus = 3