Skip to content

Commit

Permalink
bugfix: bees now work (#3172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontbetank authored Jul 18, 2023
1 parent fde7bfc commit bacd4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/hydroponics/beekeeping/beebox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
if(!qb.queen.beegent || (qb.queen.beegent && qb.queen.beegent.can_synth))
if(!user.drop_transfer_item_to_loc(qb, src))
return
qb.queen.forceMove(src)
bees += qb.queen
queen_bee = qb.queen
qb.queen = null
Expand Down

0 comments on commit bacd4ee

Please sign in to comment.