mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
co-authored by
Farie82
parent
0aec0f4725
commit
544ed9e2c4
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user