mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Department and Round Goals
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/Initialize(var/mapload, var/planttype)
|
||||
. = ..()
|
||||
|
||||
|
||||
if(!dried_type)
|
||||
dried_type = type
|
||||
|
||||
|
||||
pixel_x = rand(-5.0, 5)
|
||||
pixel_y = rand(-5.0, 5)
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
if(seed.get_trait(TRAIT_SPREAD) > 0)
|
||||
to_chat(user, "<span class='notice'>You plant the [src.name].</span>")
|
||||
new /obj/machinery/portable_atmospherics/hydroponics/soil/invisible(get_turf(user),src.seed)
|
||||
GLOB.seed_planted_shift_roundstat++
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
|
||||
@@ -204,6 +204,8 @@
|
||||
|
||||
qdel(S)
|
||||
|
||||
GLOB.seed_planted_shift_roundstat++
|
||||
|
||||
check_health()
|
||||
update_icon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user