torn_wall
Component applied to a wall to progressively destroy it. If component is applied to something which already has it, stage increases. Wall is destroyed on third application. Can be fixed using a welder
Procs | |
apply_visuals | Play a fun animation and make our wall look damaged |
---|---|
increase_stage | Make the effect more dramatic |
on_examined | Give them a hint |
on_turf_changed | If the wall becomes any other turf, delete us. Transforming into a different works fine as a fix. |
on_update_overlays | Show a little crack on here |
on_welded | Fix it up on weld |
try_repair | Fix us up |
Proc Details
apply_visuals
Play a fun animation and make our wall look damaged
increase_stage
Make the effect more dramatic
on_examined
Give them a hint
on_turf_changed
If the wall becomes any other turf, delete us. Transforming into a different works fine as a fix.
on_update_overlays
Show a little crack on here
on_welded
Fix it up on weld
try_repair
Fix us up