FIxes apiary text for queen placement. (#15954)

* FIxes apiary text for queen placement.

* Update code/modules/hydroponics/beekeeping/beebox.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* Sets gender of queen bee instead.

* Revert "Sets gender of queen bee instead."

This reverts commit 409df4a22d.

* Sets queen bee gender instead.

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Dragonkiller93
2021-05-08 22:09:44 +01:00
committed by GitHub
co-authored by Farie82
parent 0aec0f4725
commit 544ed9e2c4
2 changed files with 2 additions and 1 deletions
@@ -178,7 +178,7 @@
return
if(queen_bee)
visible_message("<span class='notice'>[user] sets [qb] down inside the apiary, making it [user.p_their()] new home.</span>")
visible_message("<span class='notice'>[user] sets [qb] down inside the apiary, making it [qb.p_their()] new home.</span>")
var/relocated = 0
for(var/b in bees)
var/mob/living/simple_animal/hostile/poison/bees/B = b
@@ -265,6 +265,7 @@
icon_state = "queen_item"
item_state = ""
icon = 'icons/mob/bees.dmi'
gender = FEMALE
var/mob/living/simple_animal/hostile/poison/bees/queen/queen