mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
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:
@@ -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
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user