From 19fa23a26da9d9961766ab72957a1c56b967ff6c Mon Sep 17 00:00:00 2001 From: Profakos Date: Sat, 15 Apr 2017 17:11:33 +0200 Subject: [PATCH] 0 to False, 1 to True --- code/modules/mob/living/carbon/human/species_types/android.dm | 2 +- config/admins.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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