diff --git a/code/modules/antagonists/vampire/vamp_datum.dm b/code/modules/antagonists/vampire/vamp_datum.dm index e9ba8c78bba..60588ac5ca3 100644 --- a/code/modules/antagonists/vampire/vamp_datum.dm +++ b/code/modules/antagonists/vampire/vamp_datum.dm @@ -226,11 +226,11 @@ RESTRICT_TYPE(/datum/antagonist/vampire) if(T.density) return if(bloodusable >= 10) //burn through your blood to tank the light for a little while - to_chat(owner.current, "The starlight saps your strength!") + to_chat(owner.current, "The starlight saps your strength, you should get out of the starlight!") subtract_usable_blood(10) vamp_burn(10) else //You're in trouble, get out of the sun NOW - to_chat(owner.current, "Your body is turning to ash, get out of the light now!") + to_chat(owner.current, "Your body is turning to ash, get out of the starlight NOW!") owner.current.adjustCloneLoss(10) //I'm melting! vamp_burn(85) if(owner.current.cloneloss >= 100)