Random mob spawners can accept faction input now (#8115)

* Random mob spawners can accept faction input now

The variable was there, just not used for anything, so I fix

* Update code/game/objects/random/mob.dm

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
Casey
2021-06-06 05:23:09 -04:00
committed by GitHub
parent 51011c9c5d
commit c331cd5409

View File

@@ -60,6 +60,10 @@
M.pixel_x = pixel_x
M.pixel_y = pixel_y
if(mob_faction)
M.faction = mob_faction
/obj/random/mob/sif
name = "Random Sif Animal"