Skip to content

Commit

Permalink
Merge pull request #1058 from Occulus-Server/Jamini-patch-3
Browse files Browse the repository at this point in the history
Update ADMS.dm
  • Loading branch information
Jamini authored Sep 6, 2023
2 parents 4e96c33 + dd0dc84 commit 16e76af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zzzz_modular_occulus/code/modules/maint_expeditions/ADMS.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
inserted_disk_file.size += 0.8 * harvest_speed//200 points per tick per tier of laser
if(prob(1))
src.spawn_monsters("Spiders",2)
if(istype(get_area(src), /area/mine/explored))//Spooders because no Nothern Light
inserted_disk_file.size += 0.2 * harvest_speed//50 points per tick per tier of laser
if(prob(1))
src.spawn_monsters("Space",2)//Fewer than deepmaint, since this area is not as dangerous. Need to make a new spacemob spawner!
else
if(prob(10))
src.spawn_monsters("Roaches",1)//On the station is just calls groups of roaches!
Expand Down

0 comments on commit 16e76af

Please sign in to comment.