Quik Fixes

This commit is contained in:
Cyantime
2017-08-15 22:19:13 -04:00
parent 499862bca6
commit 0df74e92fe
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -81,7 +81,8 @@
/obj/structure/mob_spawner/bullet_act(var/obj/item/projectile/Proj)
..()
take_damage(Proj.get_structure_damage())
if(destructable)
take_damage(Proj.get_structure_damage())
/obj/structure/mob_spawner/proc/take_damage(var/damage)
health -= damage
@@ -267,6 +267,7 @@
icon_state = "randompile"
spawn_types = list(/mob/living/simple_animal/mouse)
simultaneous_spawns = 2
destructable = 1
/obj/structure/mob_spawner/mouse_nest/initialize()
..()