Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
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/goonstati...es:patch-3
Diff:
https://github.com/goonstation/goonstati...tch-3.diff
Patch:
https://github.com/goonstation/goonstati...ch-3.patch
Posts: 479
Threads: 38
Joined: Feb 2015
BYOND Username: arborinus
Small note, with its current implementation, victims would have to exclusively eat botany bananas (or chug potassium) since spawned bananas have no potassium.
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
(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.
Posts: 2,056
Threads: 51
Joined: Jan 2017
BYOND Username: warc
(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.
Posts: 476
Threads: 0
Joined: Jun 2015
BYOND Username: Dr Zoidcrab
(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.
Posts: 2,056
Threads: 51
Joined: Jan 2017
BYOND Username: warc
(03-29-2018, 04:00 AM)Dr Zoidcrab Wrote: (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.
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.