cleans up INIT (#17130)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
Kashargul
2025-02-13 23:28:01 +01:00
committed by GitHub
co-authored by Selis
parent 7a92b21f97
commit f9e7b44dae
38 changed files with 187 additions and 187 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
var/obj/structure/reagent_dispensers/watertank/tank
/mob/living/bot/farmbot/Initialize(var/newloc, var/newTank)
. = ..(newloc)
/mob/living/bot/farmbot/Initialize(mapload, var/newTank)
. = ..()
if(!newTank)
newTank = new /obj/structure/reagent_dispensers/watertank(src)
tank = newTank