mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Smart spans
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user