mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Removes limits on eating, centralizes nutrition changing.
This commit is contained in:
@@ -300,13 +300,11 @@
|
||||
icon_state ="booksmoke"
|
||||
desc = "This book is overflowing with the dank arts."
|
||||
|
||||
/obj/item/weapon/spellbook/oneuse/smoke/recoil(mob/user as mob)
|
||||
/obj/item/weapon/spellbook/oneuse/smoke/recoil(mob/living/user as mob)
|
||||
..()
|
||||
to_chat(user, "<span class='caution'>Your stomach rumbles...</span>")
|
||||
if(user.nutrition)
|
||||
user.nutrition -= 200
|
||||
if(user.nutrition <= 0)
|
||||
user.nutrition = 0
|
||||
user.adjust_nutrition(-200)
|
||||
|
||||
/obj/item/weapon/spellbook/oneuse/blind
|
||||
spell = /spell/targeted/genetic/blind
|
||||
|
||||
Reference in New Issue
Block a user