From c271c868b47d3c9e74ebdb7eaeb61a4cdbff13f2 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 7 Mar 2019 13:55:41 +0100 Subject: [PATCH] Update drone_unify.dm --- .../mob/living/silicon/robot/drone/drone_unify.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/drone/drone_unify.dm b/code/modules/mob/living/silicon/robot/drone/drone_unify.dm index 2fb33788af..209139cb8c 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_unify.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_unify.dm @@ -50,6 +50,15 @@ //DRONE ITEMS (mostly mods of other items) //////////////////////////////////////// //TODO: Move Advanced soap here. +/obj/item/weapon/soap/drone + name = "Advanced Soap" + var/tile_clean_amount = 100 + +/obj/item/weapon/soap/drone/New() + ..() + create_reagents(tile_clean_amount) + wet(tile_clean_amount) + //////////////////////////////////////// //DRONE FABRICATOR, ONE FOR ALL SYSTEM.