Adds happiness (a new chemical) (#21718)

* Adds happiness

* epic linter fail

* epic comma fail

* fuck i forgot to change the name

* deconflict it PROPERLY

* jimkil review
This commit is contained in:
Contrabang
2023-08-12 13:22:18 -04:00
committed by GitHub
parent 2f711fb321
commit b1eda77f01
12 changed files with 99 additions and 8 deletions
@@ -787,7 +787,7 @@
break
for(var/datum/reagent/R in reagents.reagent_list)//handles different chems' influence on pulse
if(R.heart_rate_increase)
if(R.has_heart_rate_increase())
if(temp <= PULSE_FAST && temp >= PULSE_NONE)
temp++
break