Jungle Fever [New/Old Path Symptom] - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Patches (https://forum.ss13.co/forumdisplay.php?fid=30) +--- Thread: Jungle Fever [New/Old Path Symptom] (/showthread.php?tid=10250) |
Jungle Fever [New/Old Path Symptom] - Noah Buttes - 03-27-2018 For those of you who weren't around when monkey mode was a thing, jungle fever was a disease that turned people into monkeys when they were bitten by other infected monkeys. It uses ye olde pre-pathology disease code and is kinda lame as a result. As such, I decided to port it over to the modern pathology system. Granted, the old form used to instantly transform people, but that's a little absurd, even for a VERY_RARE symptom. Thus, I have made the transition to monkey form much more gradual. Compare: https://github.com/goonstation/goonstation-2016/compare/goonstation-2016-byond510...NoahButtes:patch-3 Diff: https://github.com/goonstation/goonstation-2016/compare/goonstation-2016-byond510...NoahButtes:patch-3.diff Patch: https://github.com/goonstation/goonstation-2016/compare/goonstation-2016-byond510...NoahButtes:patch-3.patch RE: Jungle Fever [New/Old Path Symptom] - Arborinus - 03-28-2018 Small note, with its current implementation, victims would have to exclusively eat botany bananas (or chug potassium) since spawned bananas have no potassium. RE: Jungle Fever [New/Old Path Symptom] - Noah Buttes - 03-28-2018 (03-28-2018, 07:30 AM)Arborinus Wrote: Small note, with its current implementation, victims would have to exclusively eat botany bananas (or chug potassium) since spawned bananas have no potassium. That sounds like a bug. RE: Jungle Fever [New/Old Path Symptom] - warcrimes - 03-28-2018 (03-28-2018, 07:30 AM)Arborinus Wrote: ... spawned bananas have no potassium. wait, is this true of all produce? that seems like an oversight. RE: Jungle Fever [New/Old Path Symptom] - Dr Zoidcrab - 03-29-2018 (03-28-2018, 08:12 AM)John Warcrimes Wrote: that seems like an oversight. Normally produce has it's potency determined by the parent plant, it's possible adding default potency values for otherwise obtained produce wasn't considered. RE: Jungle Fever [New/Old Path Symptom] - warcrimes - 03-29-2018 (03-29-2018, 04:00 AM)Dr Zoidcrab Wrote:(03-28-2018, 08:12 AM)John Warcrimes Wrote: that seems like an oversight. well some foods directly call reagents.add_reagent() for things you don't want in the container, but the produce seems to work on a different system I haven't really found because I hate the file structure almost as much as I hate myself. Could likely still be initialised to something other than 0. |