From 4248eb735fde4c4e9ebbc394d6e42e15c1c5744c Mon Sep 17 00:00:00 2001 From: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:30:20 +0300 Subject: [PATCH] Pins firefighting tank by default in atmos and advanced modsuits (#27048) * Pins firefighting tank by default in atmos and advanced modsuits * removes commas from the end of the list --- code/modules/mod/mod_types.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mod/mod_types.dm b/code/modules/mod/mod_types.dm index ae8bffed5e4..051e5e8658e 100644 --- a/code/modules/mod/mod_types.dm +++ b/code/modules/mod/mod_types.dm @@ -80,6 +80,7 @@ ) default_pins = list( /obj/item/mod/module/magboot, + /obj/item/mod/module/firefighting_tank ) @@ -97,6 +98,7 @@ default_pins = list( /obj/item/mod/module/jetpack/advanced, /obj/item/mod/module/magboot/advanced, + /obj/item/mod/module/firefighting_tank ) /obj/item/mod/control/pre_equipped/loader