Skip to content

Commit

Permalink
living to user roflcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij committed Sep 16, 2024
1 parent ae666bf commit eb67fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/spells/charge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
break

if(!charged_item)
to_chat(living, span_notice("You feel magical power surging to your hands, but the feeling rapidly fades..."))
to_chat(user, span_notice("You feel magical power surging to your hands, but the feeling rapidly fades..."))
return
switch(charge_result)
if(RECHARGE_BURNOUT)
to_chat(living, span_caution("[charged_item] doesn't seem to be reacting to the spell..."))
to_chat(user, span_caution("[charged_item] doesn't seem to be reacting to the spell..."))
if(RECHARGE_SUCCESSFUL)
to_chat(living, span_notice("[charged_item] suddenly feels very warm!"))
to_chat(user, span_notice("[charged_item] suddenly feels very warm!"))

0 comments on commit eb67fc1

Please sign in to comment.