Adds the Ha'rron MK.IV light tank (#5567)

This pr adds a tank, reserved for a future event and adminbus. Sprites were made by kyres1.
Adds some sounds to certain mecha actions, like loading crates or using a drill.
Ports padded caps from baystation.
This commit is contained in:
Alberyk
2018-11-08 23:42:19 +01:00
committed by Werner
parent 5ec8a50f04
commit 5988ca2b51
26 changed files with 323 additions and 137 deletions
@@ -24,7 +24,8 @@ STOCK_ITEM_LARGE(exosuit, 1.2)//A randomly generated exosuit in a very variable
/obj/mecha/combat/marauder/seraph = 0.3,
/obj/mecha/combat/marauder/mauler = 0.4,
/obj/mecha/combat/phazon = 0.1,
/obj/mecha/combat/honker = 0.01
/obj/mecha/combat/honker = 0.01,
/obj/mecha/combat/tank = 0.01
)
var/type = pickweight(randsuits)
var/obj/mecha/exosuit = new type(get_turf(L))