Some hydro bugfixes. You can now extract seeds from nettles.

As they were of different object type, extractor didn't work with them.

Also adjusted poison effect a bit.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@78 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Skiedrake
2010-09-07 23:51:57 +00:00
parent 9206af6b49
commit eb5394d3e7
5 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -645,7 +645,7 @@
C.eye_blurry += poison_temp
C.make_dizzy(10*poison_temp)
C.make_dizzy(5*poison_temp)
spawn()
for(poison_temp, poison_temp>0, 1) // Poison does 10 damage per tick
sleep(100) // Every 10 seconds
@@ -787,7 +787,7 @@
return
////////////////////////////////////////////////////////////////////////////////
/// Snacks. END
/// FOOD END
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////