Skip to content

Commit

Permalink
Merge pull request #18 from silencer-pl/dev
Browse files Browse the repository at this point in the history
Salvaging Hotfix 3 - adjust slots, fixes weather warning
  • Loading branch information
silencer-pl authored Jul 5, 2024
2 parents ca6f590 + 520b672 commit 7c36e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/jobs/job/uacm/intermission.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/datum/job/uacm/basepc
title = JOB_UACM_BASEPC
total_positions = -1
spawn_positions = -1
total_positions = 12
spawn_positions = 12
flags_startup_parameters = ROLE_ADD_TO_DEFAULT
gear_preset = /datum/equipment_preset/uacm/basepc

Expand Down
1 change: 0 additions & 1 deletion maps/Neroid.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"map_path": "map_files/Neroid",
"map_file": "Neroid.dmm",
"webmap_url": "Neroid",
"weather_holder": "/datum/weather_ss_map_holder/lv624",
"map_name": "The Neroid Sector",
"survivor_types": [
"/datum/equipment_preset/survivor/civilian",
Expand Down

0 comments on commit 7c36e3d

Please sign in to comment.