Changeset - 11b6b0f28e84
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-07-21 15:55:04

Disable using pump on locked airlock
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dock2.lua
Show inline comments
 
@@ -198,7 +198,7 @@ dock_leviathan = obj {
 
		end;	
 
	end;
 
	used = function(s, o)
 
		if (o == item_pump) then
 
		if (o == item_pump and s.open) then
 
			dock_leviathan.pump_state = 1;
 
			remove(item_pump, pl);
 
			return [[Вы откачиваете воду из отсека и теперь можете спуститься в него. ]];
0 comments (0 inline, 0 general)