mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user