mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Invert SOBER behavior, seems to work better that way.
Conflicts: html/changelog.html
This commit is contained in:
@@ -1060,7 +1060,7 @@
|
||||
|
||||
// Sobering multiplier.
|
||||
// Sober block grants quadruple the alcohol metabolism.
|
||||
var/sober_str=(M_SOBER in mutations)?1:4
|
||||
var/sober_str=!(M_SOBER in mutations)?1:4
|
||||
|
||||
updatehealth() //TODO
|
||||
if(!in_stasis)
|
||||
|
||||
Reference in New Issue
Block a user