Fix robot lockdown through console and jetpack examine

This commit is contained in:
Markolie
2016-10-21 17:02:16 +02:00
parent 570b9b7ec0
commit 87920451e8
2 changed files with 2 additions and 4 deletions
@@ -143,7 +143,7 @@
air_contents.carbon_dioxide = (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C)
/obj/item/weapon/tank/jetpack/carbondioxide/examine(mob/user)
if(!..(0))
if(!..(user, 0))
return
if(air_contents.carbon_dioxide < 10)