Another bug report from reading the html code.
You have some mixed usages of "penispills" and "penispill", which ends up making the penispill worthless.
For assignment, for dosing Todd, it is "penispills"
set $dosetype = "penispills"
For dosing everyone else, including the player, it is "penispill"
set $dosetype = "penispill" set $player.currentdrug1 = "penispill" set $annie.currentdrug1 = "penispill" set $kathy.currentdrug1 = "penispill" set $cindy.currentdrug1 = "penispill" set $mina.currentdrug1 = "penispill" set $travis.currentdrug1 = "penispill" set $todd.currentdrug1 = "penispill"
But conditional checks are all over the place.
All of the dosing sections are about "penispill"
But all of the conditions for testing and displaying the effects are "penispills". Including the widget the displays what drugs are currently affecting the player, which only checks for "penispills" while the actual state is assigned as "penispill"