mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
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
This commit is contained in:
committed by
GitHub
parent
646249c01d
commit
4248eb735f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user