Skip to content

Commit

Permalink
Allow LZ weeding by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Jan 25, 2024
1 parent 6af53f2 commit 4624562
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/gamemodes/colonialmarines/ai/colonialmarines_ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@

. = ..()

/datum/game_mode/colonialmarines/ai/post_setup()
set_lz_resin_allowed(TRUE)
return ..()

/datum/game_mode/colonialmarines/ai/announce_bioscans()
return

Expand Down

0 comments on commit 4624562

Please sign in to comment.