mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Skrell anti-nerf (#15048)
This commit is contained in:
@@ -597,7 +597,7 @@
|
||||
if(overeatduration < 100)
|
||||
becomeSlim()
|
||||
else
|
||||
if(overeatduration > 500)
|
||||
if(overeatduration > 500 && !(NO_OBESITY in dna.species.species_traits))
|
||||
becomeFat()
|
||||
|
||||
// nutrition decrease
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
the secrets of their empire to their allies."
|
||||
|
||||
|
||||
species_traits = list(LIPS)
|
||||
species_traits = list(LIPS, NO_OBESITY)
|
||||
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
|
||||
bodyflags = HAS_SKIN_COLOR | HAS_BODY_MARKINGS
|
||||
dietflags = DIET_HERB
|
||||
|
||||
Reference in New Issue
Block a user