Alternative To Removing Kudzu Manufacturing (#30080)

This commit is contained in:
CitadelStationBot
2017-08-23 15:46:54 -05:00
parent 358fa8e95f
commit 342fd1d7fa
2 changed files with 4 additions and 39 deletions
+4 -2
View File
@@ -42,8 +42,10 @@
qdel(src)
/obj/item/seeds/kudzu/attack_self(mob/user)
plant(user)
to_chat(user, "<span class='notice'>You plant the kudzu. You monster.</span>")
user.visible_message("<span class='danger'>[user] begins throwing seeds on the ground...</span>")
if(do_after(user, 50, needhand = TRUE, target = user.drop_location(), progress = TRUE))
plant(user)
to_chat(user, "<span class='notice'>You plant the kudzu. You monster.</span>")
/obj/item/seeds/kudzu/get_analyzer_text()
var/text = ..()