mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
prevent queen bees from leaving their home (#29611)
This commit is contained in:
@@ -323,6 +323,11 @@
|
||||
QDEL_NULL(queen)
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/poison/bees/queen/consider_wakeup()
|
||||
if(beehome && loc == beehome) // The queen is home and doesn't have to do anything.
|
||||
return
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/poison/bees/consider_wakeup()
|
||||
if(beehome && loc == beehome) // If bees are chilling in their nest, they're not actively looking for targets
|
||||
idle = min(100, ++idle)
|
||||
|
||||
Reference in New Issue
Block a user