/tg/ Station 13 - Modules - TypesProc Details

warmer

A towel rack that automagically warms the towels inside after a short time. Should probably be a machine and used power, but I can't really care (it's solar powered)

Procs

add_towelWarm up towels after we add them.
heat_towelHeat [warmed_towel] (set its warm_towel var to TRUE), called after a timer.
remove_towelAfter we remove towels, cool them off after a time period.

Proc Details

add_towel

Warm up towels after we add them.

heat_towel

Heat [warmed_towel] (set its warm_towel var to TRUE), called after a timer.

warmed_towel - the towel we're warming up

returns FALSE if we can't warm anything, TRUE otherwise

remove_towel

After we remove towels, cool them off after a time period.