mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
da fix (#21961)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user