more fixes

+ [ADDED] Raw tuna now does not have infection chance when eaten.
+ [ADDED] Empty 55 gallon barrel icon added
+ [FIXED] 1oz Silver Bar icon was incorrect, now have correct one.
This commit is contained in:
vbawol
2013-05-23 20:56:32 -05:00
parent 01e1ef2c3d
commit 0135cd0c65
8 changed files with 24 additions and 18 deletions

View File

@@ -56,7 +56,6 @@ if (_finished) then {
// Stop generator
_vehicle setVariable ["GeneratorRunning", false,true];
// TODO: Add running sounds to generator
cutText ["Generator has been stopped.", "PLAIN DOWN"];
};