Skip to content

Commit

Permalink
Tweaked shedding a bit to give downsides. I realized it's more annoyi…
Browse files Browse the repository at this point in the history
…ng than I originally thought.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5697 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
ericgfwong@hotmail.com committed Feb 13, 2013
1 parent e73c309 commit 310fd67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/datums/diseases/advance/symptoms/shedding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Excessive Shedding
Noticable.
Slight Resistance.
Increases stage speed slightly.
Decreases resistance slightly.
Reduces stage speed slightly.
Transmittable.
Moderate Level.
Expand All @@ -18,10 +18,10 @@ BONUS

name = "Excessive Shedding"
stealth = -1
resistance = 1
stage_speed = 1
resistance = -1
stage_speed = -1
transmittable = 2
level = 3
level = 4

/datum/symptom/shedding/Activate(var/datum/disease/advance/A)
..()
Expand Down

0 comments on commit 310fd67

Please sign in to comment.