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

node_drone

Mining drones that are spawned when starting a ore vent's wave defense minigame. They will latch onto the vent to defend it from lavaland mobs, and will flee if attacked by lavaland mobs. If the drone survives, they will fly away to safety as the vent spawns ores. If the drone dies, the wave defense will fail.

Vars

active_nodeIs the drone currently attached to a vent?
attached_ventWeakref to the vent the drone is currently attached to.
escapingSet when the drone is begining to leave lavaland after the vent is secured.
flying_stateWhat status do we currently track for icon purposes?

Procs

escapeCalled when wave defense is completed. Visually flicks the escape sprite and then deletes the mob.

Var Details

active_node

Is the drone currently attached to a vent?

attached_vent

Weakref to the vent the drone is currently attached to.

escaping

Set when the drone is begining to leave lavaland after the vent is secured.

flying_state

What status do we currently track for icon purposes?

Proc Details

escape

Called when wave defense is completed. Visually flicks the escape sprite and then deletes the mob.