rid of old span macros

This commit is contained in:
Kashargul
2024-10-01 23:51:48 +02:00
parent ded60639bc
commit e0d694e8ac
205 changed files with 862 additions and 868 deletions
@@ -72,8 +72,8 @@
return FALSE
user.setClickCooldown(DEFAULT_QUICK_COOLDOWN)
to_chat(user, span("notice", "You inject \the [H] with \the [src]."))
to_chat(H, span("warning", "You feel a tiny prick!"))
to_chat(user, span_notice("You inject \the [H] with \the [src]."))
to_chat(H, span_warning("You feel a tiny prick!"))
if(hyposound)
playsound(src, hyposound, 25)
@@ -82,7 +82,7 @@
var/contained = reagentlist()
var/trans = reagents.trans_to_mob(H, amount_per_transfer_from_this, CHEM_BLOOD)
add_attack_logs(user,H,"Injected with [src.name] containing [contained], trasferred [trans] units")
to_chat(user, span("notice", "[trans] units injected. [reagents.total_volume] units remaining in \the [src]."))
to_chat(user, span_notice("[trans] units injected. [reagents.total_volume] units remaining in \the [src]."))
return TRUE
return FALSE