Merge pull request #6204 from Ketrai/worms

Adds worms
This commit is contained in:
Neerti
2019-06-11 17:35:11 -04:00
committed by VirgoBot
parent 6031cb9e53
commit 21244ade2f
10 changed files with 163 additions and 2 deletions
@@ -529,4 +529,12 @@
M.take_organ_damage(2 * removed, 2 * removed)
M.adjustOxyLoss(4 * removed)
M.adjustToxLoss(2 * removed)
M.adjustCloneLoss(2 * removed)
M.adjustCloneLoss(2 * removed)
/datum/reagent/fishbait
name = "Fish Bait"
id = "fishbait"
description = "A natural slurry that particularily appeals to fish."
taste_description = "earthy"
reagent_state = LIQUID
color = "#62764E"