Skip to content

Commit

Permalink
Hivebot Spawner Faction (#3888)
Browse files Browse the repository at this point in the history
...is now the same as hivebots, so they don't infight
:cl:
fix: hivebots should no longer attack hivebot spawners
/:cl:
  • Loading branch information
Erikafox authored Dec 7, 2024
1 parent 3921a2d commit e6d191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob_spawner/hivebot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
icon = 'icons/obj/machines/bsm.dmi'
icon_state = "bsm_on"

faction = list("mining")
faction = list("hivebot")
max_integrity = 250
mob_types = list(
/mob/living/simple_animal/hostile/hivebot = 40,
Expand Down

0 comments on commit e6d191f

Please sign in to comment.