Skip to content

Commit

Permalink
Update combat_page.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsunemitsu committed Jan 6, 2025
1 parent c0e92ed commit f042e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ModularTegustation/tegu_items/!combat_page/combat_page.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ GLOBAL_VAR_INIT(combat_points, 0)
if("all")
for(var/mob/living/simple_animal/hostile/L in spawn_enemies)
new L(current_spawn)
L.can_patrol = TRUE
//L.can_patrol = TRUE
L.faction = "hostile"
if("random")
var/mob/living/simple_animal/hostile/L = pick(spawn_enemies)
new L(current_spawn)
L.can_patrol = TRUE
//L.can_patrol = TRUE
L.faction = "hostile"
spawn_number -= 1
if(spawn_number > 0)
Expand Down

0 comments on commit f042e2f

Please sign in to comment.