diff --git a/code/modules/mob/living/carbon/human/species_types/android.dm b/code/modules/mob/living/carbon/human/species_types/android.dm index 7d3e476b472..748bd238b2f 100644 --- a/code/modules/mob/living/carbon/human/species_types/android.dm +++ b/code/modules/mob/living/carbon/human/species_types/android.dm @@ -12,7 +12,7 @@ . = ..() for(var/X in C.bodyparts) var/obj/item/bodypart/O = X - O.change_bodypart_status(BODYPART_ROBOTIC, 0, 1) + O.change_bodypart_status(BODYPART_ROBOTIC, FALSE, TRUE) /datum/species/android/on_species_loss(mob/living/carbon/C) . = ..() diff --git a/config/admins.txt b/config/admins.txt index a11279cb621..d90c33bcda7 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -127,3 +127,4 @@ Sweaterkittens = Game Master Feemjmeem = Game Master JStheguy = Game Master excessiveuseofcobby = Game Master +Plizzard = Game Master \ No newline at end of file