Update factory.dm

This commit is contained in:
Trilbyspaceclone
2019-04-14 17:40:11 -04:00
committed by GitHub
parent 3c3399ea50
commit 6674aae78c
@@ -6,6 +6,7 @@
max_integrity = 200
health_regen = 1
point_return = 25
armor = list("melee" = 10, "bullet" = 20, "laser" = 15, "energy" = 10, "bomb" = 40, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 90)
var/list/spores = list()
var/mob/living/simple_animal/hostile/blob/blobbernaut/naut = null
var/max_spores = 3