Merge pull request #1029 from Kelenius/dankMemes

Sprites for drying racks, bees for hydroponics
This commit is contained in:
Datraen
2016-02-21 11:33:16 -05:00
5 changed files with 71 additions and 16 deletions

View File

@@ -89,7 +89,7 @@
bee_count = 20
B.empty()
else
user.visible_message("<span class='notice'>[user] puts bees and larvae from \the [src] into \the [I].</span>", "<span class='notice'>You put puts bees and larvae from \the [src] into \the [I].</span>")
user.visible_message("<span class='notice'>[user] puts bees and larvae from \the [src] into \the [I].</span>", "<span class='notice'>You put bees and larvae from \the [src] into \the [I].</span>")
bee_count /= 2
B.fill()
update_icon()