Made nettles less lethal. Now death nettles don't stun always, but on 20% chance, as it was supposed to be.

Improved plant analyzer, now you can also analyze harvested plants with it.
Modified hydroponics layout: added a blue toolkit, anti-toxins kit and changed floor textures some.
Added more drug effects to max potency drugs. This required a minor hud modification. (overlay effect scaling)
Made foods heal less, as eating almost anything instahealed you before.
Fixed minor hydroponics issue with plant-b-gone and adjusted some mutation/growth rates.
Mushrooms will now yield minimum one mushroom always when harvested. (sensible!)
Made the Hydroponics instructions paper a bit better.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@83 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Skiedrake
2010-09-08 19:03:08 +00:00
parent 4af226a865
commit 54ce9c57c2
8 changed files with 3427 additions and 3357 deletions
+2 -2
View File
@@ -396,13 +396,13 @@
mymob.blind = new /obj/screen( null )
mymob.blind.icon_state = "black"
mymob.blind.name = " "
mymob.blind.screen_loc = "1,1 to 15,15"
mymob.blind.screen_loc = "WEST,SOUTH-1 to EAST,SOUTH-1"
mymob.blind.layer = 0
mymob.flash = new /obj/screen( null )
mymob.flash.icon_state = "blank"
mymob.flash.name = "flash"
mymob.flash.screen_loc = "1,1 to 15,15"
mymob.flash.screen_loc = "WEST,SOUTH-1 to EAST,SOUTH-1"
mymob.flash.layer = 17
mymob.hands = new /obj/screen( null )