mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Fixes Dreamchecker warnings in the codebase (#17422)
This commit is contained in:
@@ -1444,6 +1444,8 @@
|
||||
if(2)
|
||||
update_flags |= M.adjustToxLoss(1, FALSE)
|
||||
to_chat(M, "<span class='warning'>Your stomach grumbles painfully!</span>")
|
||||
else
|
||||
pass()
|
||||
else
|
||||
if(prob(60))
|
||||
M.adjust_nutrition(-remove_nutrition)
|
||||
|
||||
@@ -893,6 +893,8 @@
|
||||
if(2)
|
||||
update_flags |= M.adjustToxLoss(1, FALSE)
|
||||
to_chat(M, "<span class='warning'>Your stomach grumbles painfully!</span>")
|
||||
else
|
||||
pass()
|
||||
else
|
||||
if(prob(60))
|
||||
var/fat_to_burn = max(round(M.nutrition / 100, 1), 5)
|
||||
|
||||
Reference in New Issue
Block a user