Working mech DLC: Clarke and KA (#15626)

* its here

* Update clarke.dm

* Update code/game/mecha/mech_fabricator.dm

* Update code/game/mecha/mech_fabricator.dm

* Update code/game/mecha/mech_fabricator.dm

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
This commit is contained in:
TheRyeGuyWhoWillNowDie
2022-09-10 14:17:05 -05:00
committed by GitHub
parent 2ac9cf3f74
commit 4d7bf5b313
21 changed files with 445 additions and 31 deletions

View File

@@ -186,6 +186,9 @@
var/pressure_decrease = 0.25
var/obj/item/gun/energy/kinetic_accelerator/kinetic_gun
/obj/item/projectile/kinetic/mech
range = 5
/obj/item/projectile/kinetic/Destroy()
kinetic_gun = null
return ..()