mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Replace all BYOND text macros
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
else
|
||||
to_chat(user, "This power cell has an exciting chrome finish, as it is an uber-capacity cell type! It has a power rating of [maxcharge]!\nThe charge meter reads [round(src.percent() )]%.")
|
||||
if(crit_fail)
|
||||
to_chat(user, "\red This power cell seems to be faulty.")
|
||||
to_chat(user, "<span class='warning'>This power cell seems to be faulty.</span>")
|
||||
|
||||
/obj/item/weapon/stock_parts/cell/attack_self(mob/user as mob)
|
||||
src.add_fingerprint(user)
|
||||
|
||||
Reference in New Issue
Block a user