sticker ![code/game/objects/items/stickers.dm 16](git.png)
What stickers can do?
- They can be attached to any object.
- They inherit cursor position when attached.
- They are unclickable by mouse, I suppose?
- They can be washed off.
- They can be burnt off.
- They can be attached to the object they collided with.
- They play "attack" animation when attached.
Vars | |
examine_text | Text added to the atom's examine when stickered. |
---|---|
exclude_from_random | This sticker won't be generated inside random sticker packs. |
icon_states | list or null , contains possible alternate icon_states . |
Var Details
examine_text ![code/game/objects/items/stickers.dm 38](git.png)
Text added to the atom's examine when stickered.
exclude_from_random ![code/game/objects/items/stickers.dm 34](git.png)
This sticker won't be generated inside random sticker packs.
icon_states ![code/game/objects/items/stickers.dm 32](git.png)
list
or null
, contains possible alternate icon_states
.