starting the crusade against relative pathing (#22593)

* starting the crusade against relative pathing

* new() part1

* new() part 2

* FOR VALHALLA

* you sneaky buggers

* part 5: the reckoning

* chapter 6: rejuvination

* chapter 7: age of conflict

* dammit travis
This commit is contained in:
Paul Ritter
2019-04-29 18:33:46 +02:00
committed by jknpj
parent 85a3e88ea8
commit 9e371f3884
94 changed files with 6198 additions and 6225 deletions

View File

@@ -388,13 +388,12 @@
for(var/i=0;i<count;i++)
new /obj/item/weapon/tank/plasma(src)
/obj/structure/closet/crate/hydroponics/prespawned
//This exists so the prespawned hydro crates spawn with their contents.
New()
..()
new /obj/item/weapon/reagent_containers/spray/plantbgone(src)
new /obj/item/weapon/reagent_containers/spray/plantbgone(src)
new /obj/item/weapon/minihoe(src)
//This exists so the prespawned hydro crates spawn with their contents.
/obj/structure/closet/crate/hydroponics/prespawned/New()
..()
new /obj/item/weapon/reagent_containers/spray/plantbgone(src)
new /obj/item/weapon/reagent_containers/spray/plantbgone(src)
new /obj/item/weapon/minihoe(src)
/obj/structure/closet/crate/secure/New()