Bee Pacification

Injecting bees with 5u of pax now makes them unable to ever sting
This commit is contained in:
Alphas00
2024-06-06 19:55:08 +02:00
parent 42611cda49
commit 9d99cf2c13
2 changed files with 15 additions and 8 deletions
@@ -108,6 +108,8 @@
var/mob/living/simple_animal/hostile/poison/bees/B = new(get_turf(src))
B.beehome = src
B.assign_reagent(queen_bee.beegent)
if(queen_bee.paxed)
B.paxed = TRUE
bees += B