diff --git a/code/game/machinery/bots/medbot.dm b/code/game/machinery/bots/medbot.dm index b228e8b5c0c..b6a45149fab 100644 --- a/code/game/machinery/bots/medbot.dm +++ b/code/game/machinery/bots/medbot.dm @@ -51,11 +51,12 @@ treatment_brute = "styptic_powder" treatment_fire = "silver_sulfadiazine" treatment_tox = "charcoal" + req_one_access =list(access_syndicate) /obj/machinery/bot/medbot/mysterious name = "\improper Mysterious Medibot" desc = "International Medibot of mystery." - skin = "bezerk" + skin = "bezerk2" treatment_oxy = "perfluorodecalin" treatment_brute = "styptic_powder" treatment_fire = "silver_sulfadiazine" diff --git a/icons/mob/in-hand/medkits.dmi b/icons/mob/in-hand/medkits.dmi index 593cb8336fa..548bb79cf42 100644 Binary files a/icons/mob/in-hand/medkits.dmi and b/icons/mob/in-hand/medkits.dmi differ diff --git a/icons/obj/aibots.dmi b/icons/obj/aibots.dmi index c5a7bc0fe64..f510e14c00f 100644 Binary files a/icons/obj/aibots.dmi and b/icons/obj/aibots.dmi differ