code/modules/projectiles/guns/special/meat_hook.dm
IMMOBILIZATION_TIMER | How long we immobilize the firer after firing - we do cancel the immobilization early if nothing is hit. |
---|---|
/obj/item/gun/magic/hook | Meat Hook |
/datum/hook_and_move | Lightweight datum that just handles moving a target for the hook. For the love of God, do not use this outside this file. |
/obj/item/gun/magic/hook/debug | Debug hook for fun (AKA admin abuse). doesn't do any more damage or anything just lets you wildfire it. |
Define Details
IMMOBILIZATION_TIMER
How long we immobilize the firer after firing - we do cancel the immobilization early if nothing is hit.