mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
rid of old span macros
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user