Skip to content

Commit

Permalink
Tank "passenger" capacity (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed May 17, 2024
1 parent 0757487 commit efc16a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/vehicles/tank/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

interior_map = /datum/map_template/interior/tank

//tank always has 2 crewmen slot reserved and 1 general slot for other roles.
passengers_slots = 1
passengers_slots = 4
//this is done in case VCs die inside the tank, so that someone else can come in and take them out.
revivable_dead_slots = 2
xenos_slots = 4
Expand Down

0 comments on commit efc16a1

Please sign in to comment.