mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user