Diona and Lumber Tweaks and Fixes (#9975)

This commit is contained in:
Geeves
2020-09-17 11:30:46 +02:00
committed by GitHub
parent cf6c3485de
commit e2413ab9bd
6 changed files with 94 additions and 64 deletions
@@ -366,6 +366,11 @@
for(var/obj/effect/overlay/wallrot/E in W)
qdel(E)
W.visible_message(SPAN_NOTICE("The fungi are completely dissolved by the solution!"))
if(istype(T, /turf/simulated/floor/diona))
T.visible_message(SPAN_WARNING("\The [T] squirms as it's hit by the solution, before dissolving."))
var/turf/simulated/floor/F = T
F.make_plating()
playsound(F, 'sound/species/diona/gestalt_grow.ogg', 30, TRUE)
/datum/reagent/toxin/plantbgone/touch_obj(var/obj/O, var/volume)
if(istype(O, /obj/structure/alien/weeds))