mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
small fixes and tweaks
- fixed double doors on demone - fixed some tiles being spaced on xenoarch - remade the gluttony ruin - removed the WG culture bottle - removed some belly sprite placeholders - added fatorays and fatnades to the uplink - updated fat thresholds in pref menu - changed calorite statue descriptions slightly
This commit is contained in:
@@ -356,9 +356,9 @@
|
||||
else if(M.fatness < FATNESS_LEVEL_EXTREMELY_OBESE)
|
||||
to_chat(M, "<span class='warning'>With each touch you keep getting fatter... But the fatter you grow, the more enticed you feel to poke the statue.</span>")
|
||||
else if(M.fatness < FATNESS_LEVEL_BARELYMOBILE)
|
||||
to_chat(M, "<span class='warning'>The world around you blurs as you focus on prodding the statue, your waistline widening further...</span>")
|
||||
to_chat(M, "<span class='warning'>The world around you blur slightly as you focus on prodding the statue, your waistline widening further...</span>")
|
||||
else if(M.fatness < FATNESS_LEVEL_IMMOBILE)
|
||||
to_chat(M, "<span class='warning'>A whispering voice gently compliments your massive body, your own mind begging to touch the statue more.</span>")
|
||||
to_chat(M, "<span class='warning'>A whispering voice gently compliments your massive body, your own mind begging to touch the statue.</span>")
|
||||
else
|
||||
to_chat(M, "<span class='warning'>You can barely reach the statue past your floor-covering stomach! And yet, it still calls to you...</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user