This commit is contained in:
JimKil3
2023-08-12 19:33:46 +01:00
committed by GitHub
parent f4867108a0
commit 58f2d4b185
@@ -12,7 +12,7 @@
/obj/effect/proc_holder/spell/alien_spell/plant_weeds/cast(list/targets, mob/living/carbon/user)
var/turf/T = user.loc
if(locate(weed_type) in T)
to_chat(user, "<span class='noticealien'>There's already an [weed_name] here.</span>")
to_chat(user, "<span class='noticealien'>There's already \a [weed_name] here.</span>")
revert_cast()
return
@@ -26,5 +26,5 @@
revert_cast()
return
user.visible_message("<span class='alertalien'>[user] has planted a [weed_name]!</span>")
user.visible_message("<span class='alertalien'>[user] has planted \a [weed_name]!</span>")
new weed_type(T)