mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Replaces info class with notice and purges info (#26421)
This commit is contained in:
@@ -120,4 +120,4 @@
|
||||
|
||||
// Items that have no valid possible_transfer_amounts shouldn't say their transfer rate is variable
|
||||
if(possible_transfer_amounts)
|
||||
. += "<span class='info'><b>Alt-Click</b> to change the transfer amount.</span>"
|
||||
. += "<span class='notice'><b>Alt-Click</b> to change the transfer amount.</span>"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
/obj/item/reagent_containers/applicator/examine(mob/user)
|
||||
. = ..()
|
||||
. += "<span class='info'><b>Alt-Click</b> to empty it.</span>"
|
||||
. += "<span class='notice'><b>Alt-Click</b> to empty it.</span>"
|
||||
|
||||
/obj/item/reagent_containers/applicator/emag_act(mob/user)
|
||||
if(!emagged)
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
. = ..()
|
||||
if(get_dist(user, src) && user == loc)
|
||||
. += "[round(reagents.total_volume)] units left."
|
||||
. += "<span class='info'><b>Alt-Shift-Click</b> to empty it.</span>"
|
||||
. += "<span class='notice'><b>Alt-Shift-Click</b> to empty it.</span>"
|
||||
|
||||
/obj/item/reagent_containers/spray/AltShiftClick(mob/user)
|
||||
if(user.stat || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED) || !Adjacent(user))
|
||||
|
||||
Reference in New Issue
Block a user