mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user