Merge pull request #7638 from Zuhayr/dev-freeze

More fixes 2: the fixening.
This commit is contained in:
Chinsky
2015-01-02 22:29:29 +03:00
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
var/draw_warnings = 1 //Set to 0 to stop it from drawing the alert lights.
// Plant maintenance vars.
var/waterlevel = 100 // Water (max 100)
var/nutrilevel = 100 // Nutrient (max 100)
var/waterlevel = 10 // Water (max 10)
var/nutrilevel = 10 // Nutrient (max 10)
var/pestlevel = 0 // Pests (max 10)
var/weedlevel = 0 // Weeds (max 10)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB