[MIRROR] Buffs the Technophile Sect (#497)

* Buffs the Technophile Sect (#53126)

* mr roboto

* favor cost increased to 1,000 points

* Buffs the Technophile Sect

Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-24 23:54:56 +02:00
committed by GitHub
co-authored by ATH1909
parent 3b01fb6cd7
commit 807da262e7
3 changed files with 8 additions and 4 deletions
@@ -17,9 +17,13 @@
for(var/X in C.bodyparts)
var/obj/item/bodypart/O = X
O.change_bodypart_status(BODYPART_ROBOTIC, FALSE, TRUE)
O.brute_reduction = 5
O.burn_reduction = 4
/datum/species/android/on_species_loss(mob/living/carbon/C)
. = ..()
for(var/X in C.bodyparts)
var/obj/item/bodypart/O = X
O.change_bodypart_status(BODYPART_ORGANIC,FALSE, TRUE)
O.brute_reduction = initial(O.brute_reduction)
O.burn_reduction = initial(O.burn_reduction)