Skip to content

Commit

Permalink
Откат незапланированного изменения
Browse files Browse the repository at this point in the history
  • Loading branch information
AmShegars authored Feb 6, 2024
1 parent 173905b commit 4a35ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mechs/components/body.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
cockpit = new
cockpit.volume = 200
if(loc)
var/datum/gas_mixture/air = return_air()
var/datum/gas_mixture/air = loc.return_air()
if(air)
//Essentially at this point its like we created a vacuum, but realistically making a bottle doesnt actually increase volume of a room and neither should a mech
for(var/g in air.gas)
Expand Down

0 comments on commit 4a35ad7

Please sign in to comment.