DM why you so shit

This commit is contained in:
Miniature
2011-12-07 07:46:08 +10:30
parent 92045315a3
commit 5fec6c6319
2 changed files with 4 additions and 2 deletions

View File

@@ -365,7 +365,8 @@
if(prob(5 + round((src.nutrition - 200) / 2)))
src << "\red You suddenly feel blubbery!"
src.mutations |= FAT
// update_body() */
// update_body()
*/
if (src.nutrition < 100 && src.mutations & FAT)
if(prob(round((50 - src.nutrition) / 100)))
src << "\blue You feel fit again!"

View File

@@ -292,7 +292,8 @@
if(prob(5 + round((nutrition - 200) / 2)))
src << "\red You suddenly feel blubbery!"
mutations |= FAT
// update_body() */
// update_body()
*/
if (nutrition < 100 && mutations & FAT)
if(prob(round((50 - nutrition) / 100)))
src << "\blue You feel fit again!"