Skip to content

Commit

Permalink
Tank "passenger" capacity (cmss13-devs#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc authored and AndroBetel committed Jun 1, 2024
1 parent d834c89 commit e7cd54e
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 e7cd54e

Please sign in to comment.