mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Adds an alt-click prompt to the descriptions of various objects (#17050)
* adds an alt-click prompt to the description of the detective revolver and the washing machine * adds italicnotice style to stylesheet.dm * updates revolver desc to be dynamic with vars, use new style * actually makes it dynamic forgot to check for reskinned var * makes washing machine break a line, use new style * gives lockers an alt click prompt * fixes indentation, travis * moves revolver examine changes to gun.dm * removes redundant locker message * makes messages just use the 'notice' span
This commit is contained in:
@@ -91,6 +91,10 @@
|
||||
user << "It has [pin] installed."
|
||||
else
|
||||
user << "It doesn't have a firing pin installed, and won't fire."
|
||||
if(unique_reskin && !reskinned)
|
||||
user << "<span class='notice'>Alt-click it to reskin it.</span>"
|
||||
if(unique_rename)
|
||||
user << "<span class='notice'>Use a pen on it to rename it.</span>"
|
||||
|
||||
|
||||
/obj/item/weapon/gun/proc/process_chamber()
|
||||
|
||||
Reference in New Issue
Block a user