Adds a new contractor module, the SCORPION (#13748)

* woo

* no comment

* CI

* hhhhh

* Update modular_skyrat/modules/contractor/code/items/hook.dm

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>

* refactors this too

* the hook can go, too

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Zonespace
2022-05-24 14:57:30 +01:00
committed by GitHub
co-authored by Ghom
parent cd176fa4d4
commit 28e63e056e
9 changed files with 48 additions and 2 deletions
@@ -38,10 +38,11 @@
hitsound = 'sound/effects/splat.ogg'
var/chain
var/knockdown_time = (0.5 SECONDS)
var/chain_icon = 'icons/effects/beam.dmi' //SKYRAT ADDITION
/obj/projectile/hook/fire(setAngle)
if(firer)
chain = firer.Beam(src, icon_state = "chain")
chain = firer.Beam(src, icon_state = "chain", icon = chain_icon) //SKYRAT EDIT
..()
//TODO: root the firer until the chain returns