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
+2
View File
@@ -22,6 +22,8 @@
return 0.85
if(drunk >= 15)//a little drunk
return 0.85
if(target.reagents.has_reagent("happiness")) // fuck yeah
return 0.81
return 0.8 //20% failure chance
/proc/get_location_modifier(mob/target)