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:
PKPenguin321
2016-05-08 19:34:26 -05:00
committed by KorPhaeron
parent a398a70eb2
commit 42e1497022
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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()