Skip to content

Commit

Permalink
APC capacity increase (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Oct 25, 2023
1 parent ed17044 commit 0350592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/vehicles/apc/apc_command.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

interior_map = /datum/map_template/interior/apc_command

passengers_slots = 8
passengers_slots = 15

var/sensor_radius = 45 //45 tiles radius

Expand Down
2 changes: 1 addition & 1 deletion code/modules/vehicles/apc/apc_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
interior_map = /datum/map_template/interior/apc_med


passengers_slots = 8
passengers_slots = 15
//MED APC can store additional 6 dead revivable bodies for the triage
//but interior won't allow more revivable dead if passengers_taken_slots >= passengers_slots + revivable_dead_slots
//to prevent infinitely growing the marine force inside of the vehicle
Expand Down

0 comments on commit 0350592

Please sign in to comment.