mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
Bee Pacification
Injecting bees with 5u of pax now makes them unable to ever sting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user