From 9c859dc289a96ea234f09bc2735ff2d06d080c6c Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Mon, 15 Jan 2018 12:45:08 -0500 Subject: [PATCH] Makes tanks made of metal --- code/game/objects/items/tanks/tanks.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/tanks/tanks.dm b/code/game/objects/items/tanks/tanks.dm index 0109b67b006..ba04f55a3e0 100644 --- a/code/game/objects/items/tanks/tanks.dm +++ b/code/game/objects/items/tanks/tanks.dm @@ -11,6 +11,7 @@ throwforce = 10 throw_speed = 1 throw_range = 4 + materials = list(MAT_METAL = 500) actions_types = list(/datum/action/item_action/set_internals) armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 10, bio = 0, rad = 0, fire = 80, acid = 30) var/datum/gas_mixture/air_contents = null