earthcracker 
The E-2 Earthcracker, a traitor device that creates intentional weakpoints on the station after use, which can be triggered via explosions. See weakpoint.dm for more specifics on their effects.
Vars | |
| activation_timer | The timer for the strike_the_earth activation |
|---|---|
| status | Is the earthcracker ready to arm, arming, activating, or spent? |
| weakpoint_type | What kind of weakpoint shall you spawn? |
Procs | |
| handle_after_activation | Cleanup after an earthcracker is activated either for sabotage or mining. |
| mining_act | When this item is used on a mining Z, we perform an action that breaks all rocks in a radius around us, the same as starting an ore vent wave. |
| post_break | Called after the earthcracker activates. |
| strike_the_earth | The fun part. We spawn a huge weakpoint here. |
Var Details
activation_timer 
The timer for the strike_the_earth activation
status 
Is the earthcracker ready to arm, arming, activating, or spent?
weakpoint_type 
What kind of weakpoint shall you spawn?
Proc Details
handle_after_activation
Cleanup after an earthcracker is activated either for sabotage or mining.
mining_act
When this item is used on a mining Z, we perform an action that breaks all rocks in a radius around us, the same as starting an ore vent wave.
post_break
Called after the earthcracker activates.
strike_the_earth
The fun part. We spawn a huge weakpoint here.