Remove extra asterisks from rune audible messages

This commit is contained in:
Chompstation Bot
2021-05-31 17:26:54 +00:00
parent f959b644e9
commit 78acd45edc
20 changed files with 77 additions and 35 deletions

View File

@@ -150,7 +150,7 @@
if(!is_on())
return 0
if(!check_fuel() || (use_power_oneoff(charge_per_burn) < charge_per_burn) || check_blockage())
audible_message(src,"<span class='warning'>[src] coughs once and goes silent!</span>", runemessage = "* sputtercough *")
audible_message(src,"<span class='warning'>[src] coughs once and goes silent!</span>", runemessage = "sputtercough")
update_use_power(USE_POWER_OFF)
return 0