Addendum to previous commits.

This commit is contained in:
Zuhayr
2015-01-03 05:52:29 +10:30
parent 42f6807cce
commit 014729a001
2 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,8 @@
var/draw_warnings = 1 //Set to 0 to stop it from drawing the alert lights. var/draw_warnings = 1 //Set to 0 to stop it from drawing the alert lights.
// Plant maintenance vars. // Plant maintenance vars.
var/waterlevel = 10 // Water (max 100) var/waterlevel = 10 // Water (max 10)
var/nutrilevel = 10 // Nutrient (max 100) var/nutrilevel = 10 // Nutrient (max 10)
var/pestlevel = 0 // Pests (max 10) var/pestlevel = 0 // Pests (max 10)
var/weedlevel = 0 // Weeds (max 10) var/weedlevel = 0 // Weeds (max 10)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB