Adds some forgotten plants for Sif flora, fixes a misnamed plant type.

This commit is contained in:
MistakeNot4892
2021-10-13 20:26:00 +11:00
committed by atermonera
parent 01be1bf264
commit f5a8e7c5bc
6 changed files with 44 additions and 11 deletions
@@ -48,7 +48,7 @@ var/list/turf_edge_cache = list()
if(do_after(user, delay, src))
if(!(locate(/obj/machinery/portable_atmospherics/hydroponics/soil) in contents))
var/obj/machinery/portable_atmospherics/hydroponics/soil/soil = new(src)
user.visible_message(SPAN_NOTICE("\The [src] digs \a [soil] into \the [src]."))
user.visible_message(SPAN_NOTICE("\The [user] digs \a [soil] into \the [src]."))
else
var/loot_type = get_loot_type()
if(loot_type)