[NON-MODULAR] Small MODsuits remaster (#12310)

* [NON-MODULAR] Small MODsuits remaster

* Need to have the chest deployed to be able to use modules.

* Update code/modules/mod/modules/_module.dm

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
Cimika/Lessie/KathyRyals
2022-04-19 19:50:36 +01:00
committed by GitHub
co-authored by GoldenAlpharex
parent 84629d1bd3
commit edc6baae5a
4 changed files with 58 additions and 2 deletions
+8
View File
@@ -597,6 +597,7 @@
slowdown_inactive = 1
slowdown_active = 0.5
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -651,6 +652,7 @@
slowdown_inactive = 0.75
slowdown_active = 0.25
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -707,6 +709,7 @@
slowdown_inactive = 0.75
slowdown_active = 0.25
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -809,6 +812,7 @@
ui_theme = "syndicate"
inbuilt_modules = list(/obj/item/mod/module/armor_booster)
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -886,6 +890,7 @@
ui_theme = "syndicate"
inbuilt_modules = list(/obj/item/mod/module/armor_booster)
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -1043,6 +1048,7 @@
slowdown_inactive = 0.5
slowdown_active = 0
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -1116,6 +1122,7 @@
siemens_coefficient = 0
complexity_max = DEFAULT_MAX_COMPLEXITY + 10
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,
@@ -1169,6 +1176,7 @@
slowdown_inactive = 0.5
slowdown_active = 0
allowed_suit_storage = list(
/obj/item/gun, // SKYRAT EDIT - GUN IN SUIT SLOT
/obj/item/flashlight,
/obj/item/tank/internals,
/obj/item/ammo_box,