/tg/ Station 13 - Modules - TypesVar Details - Proc Details

poster

The structure form of a poster.

These are what get placed on maps as posters. They are also what gets created when a player places a poster on a wall. For the item form that can be spawned for players, see /obj/item/poster

Vars

blacklisted_typesExclude posters of these types from being added to the random pool
printableWhether the poster should be printable from library management computer. Mostly exists to keep directionals from being printed.
trapA sharp shard of material can be hidden inside of a poster, attempts to embed when it is torn down.

Procs

add_contextAdds contextual screentips
apply_holidayallows for posters to become festive posters during holidays
check_tearabilityCheck to see if this poster is tearable and gives the user feedback if it is not.

Var Details

blacklisted_types

Exclude posters of these types from being added to the random pool

printable

Whether the poster should be printable from library management computer. Mostly exists to keep directionals from being printed.

trap

A sharp shard of material can be hidden inside of a poster, attempts to embed when it is torn down.

Proc Details

add_context

Adds contextual screentips

apply_holiday

allows for posters to become festive posters during holidays

check_tearability

Check to see if this poster is tearable and gives the user feedback if it is not.