Skip to content

Commit

Permalink
Spawner rand
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadLineSS13 committed Dec 6, 2023
1 parent 5a46d28 commit c302ae7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mojave/code/game/objects/traps/mine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@
triggered = TRUE
SEND_SIGNAL(src, COMSIG_MINE_TRIGGERED, triggerer)
qdel(src)

/obj/effect/spawner/random/ms13/explosive_mines
name = "Explosive mines"
spawn_loot_chance = 50
loot = list(
/obj/effect/mine/ms13/explosive
)

0 comments on commit c302ae7

Please sign in to comment.