mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
grammar
This commit is contained in:
@@ -313,7 +313,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
|
||||
if(ishuman(owner))
|
||||
var/mob/living/carbon/human/V = owner
|
||||
if(issmall(H) && !H.ckey)
|
||||
to_chat(V, "<span class='notice'><b>Your feeding on [H] reduces your hunger, but you get no usable blood from it.</b></span>")
|
||||
to_chat(V, "<span class='notice'><b>feeding on [H] reduces your hunger, but you get no usable blood from it.</b></span>")
|
||||
V.nutrition = min(NUTRITION_LEVEL_WELL_FED, V.nutrition + 5)
|
||||
else
|
||||
V.nutrition = min(NUTRITION_LEVEL_WELL_FED, V.nutrition + (blood / 2))
|
||||
|
||||
Reference in New Issue
Block a user