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
+2 -2
View File
@@ -414,8 +414,8 @@ var/list/diona_banned_languages = list(
if(E_old)
qdel(E_old)
visible_message("<span class='danger'>With a shower of sticky sap, a new mass of tendrils bursts forth from [src]'s trunk, forming a new [E]</span>",
"<span class='danger'>With a shower of sticky sap, a new mass of tendrils bursts forth from your trunk, forming a new [E]</span>")
visible_message("<span class='danger'>With a shower of sticky sap, a new mass of tendrils bursts forth from [src]'s trunk, forming a new [E].</span>",
"<span class='danger'>With a shower of sticky sap, a new mass of tendrils bursts forth from your trunk, forming a new [E].</span>")
var/datum/reagents/vessel = get_vessel(0)
var/datum/reagent/B = vessel.get_master_reagent()
B.touch_turf(get_turf(src))