mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
cleans up INIT (#17130)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user