mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-18 02:22:53 +01:00
Quik Fixes
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user