mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user