mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Reworks and resprites the metal hydrogen fireaxe (#69467)
* Reworks and resprites the metal hydrogen fireaxe * Move the fireaxe icons around to fix the conflict. Also kills the folder I made for items, as a previous PR splitting DMIs did that already. * Deletes a DMI that I forgot to remove
This commit is contained in:
@@ -120,10 +120,11 @@
|
||||
slowdown_inactive = 1.5
|
||||
slowdown_active = 1
|
||||
allowed_suit_storage = list(
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/internals,
|
||||
/obj/item/construction/rcd,
|
||||
/obj/item/fireaxe/metal_h2_axe,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/storage/bag/construction,
|
||||
/obj/item/tank/internals,
|
||||
)
|
||||
skins = list(
|
||||
"engineering" = list(
|
||||
@@ -168,11 +169,12 @@
|
||||
slowdown_inactive = 1.5
|
||||
slowdown_active = 1
|
||||
allowed_suit_storage = list(
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/internals,
|
||||
/obj/item/analyzer,
|
||||
/obj/item/t_scanner,
|
||||
/obj/item/fireaxe/metal_h2_axe,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/pipe_dispenser,
|
||||
/obj/item/t_scanner,
|
||||
/obj/item/tank/internals,
|
||||
)
|
||||
skins = list(
|
||||
"atmospheric" = list(
|
||||
@@ -220,14 +222,15 @@
|
||||
slowdown_active = 0.5
|
||||
inbuilt_modules = list(/obj/item/mod/module/magboot/advanced)
|
||||
allowed_suit_storage = list(
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/internals,
|
||||
/obj/item/analyzer,
|
||||
/obj/item/t_scanner,
|
||||
/obj/item/pipe_dispenser,
|
||||
/obj/item/construction/rcd,
|
||||
/obj/item/storage/bag/construction,
|
||||
/obj/item/fireaxe/metal_h2_axe,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/melee/baton/telescopic,
|
||||
/obj/item/pipe_dispenser,
|
||||
/obj/item/storage/bag/construction,
|
||||
/obj/item/t_scanner,
|
||||
/obj/item/tank/internals,
|
||||
)
|
||||
skins = list(
|
||||
"advanced" = list(
|
||||
|
||||
Reference in New Issue
Block a user