Smart spans

This commit is contained in:
mochi
2020-08-13 11:12:08 +02:00
parent 954c76774d
commit a7e1cc4830
@@ -364,7 +364,7 @@
/obj/machinery/smartfridge/secure/emag_act(mob/user)
emagged = TRUE
locked = SMART_FRIDGE_LOCK_SHORTED
to_chat(user, "You short out the product lock on [src].")
to_chat(user, "<span class='notice'>You short out the product lock on \the [src].</span>")
/obj/machinery/smartfridge/secure/emp_act(severity)
if(!emagged && locked != SMART_FRIDGE_LOCK_SHORTED && prob(40 / severity))