mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user