mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[PORT] Metallic hydrogen armor and helmet from tg (#14619)
* Add atmos armor and helmet
* buffed a bit
* Fixes??
* Added item icons
* Makes so that you can upgrade normal helmet and armor to metallic hydrogen
* Reduce spessmen speed when wearing metal hydrogen armor
* Changes some shit
* Added bounty for atmos helmet and armor
* changes
* e
* A
* g
* Att
* This should do
* Last commit
* i was kidding this is last
* Revert "i was kidding this is last"
This reverts commit db4359a99f.
* I swear this is last
* i swear this is my last commit
* maybe too much
* Changes some texts
* Balacnes hydrogen armor and helmet
* Turns atmos armor and helmet to normal state, Makes new atmos hardsuit with capable of protecting user from rad, fire, pressure with slowdown of 0.33(same as riot suit)
* fixes
* meh
* Req more hydrogen to make hardsuit
* Makes more requirement for Hydrogen atmos hardsuit
* Fixes
* Maybe not the great idea
* .
This commit is contained in:
@@ -363,6 +363,18 @@
|
||||
category = CAT_APPAREL
|
||||
subcategory = CAT_ARMOR
|
||||
|
||||
/datum/crafting_recipe/hydrogen_hardsuit
|
||||
name = "Metallic Hydrogen Elder Atmosian Hardsuit"
|
||||
result = /obj/item/clothing/suit/space/hardsuit/elder_atmosian
|
||||
time = 10 SECONDS
|
||||
reqs = list(/obj/item/clothing/suit/armor/elder_atmosian = 1,
|
||||
/obj/item/clothing/head/helmet/elder_atmosian = 1,
|
||||
/obj/item/clothing/head/hardhat/atmos = 1,
|
||||
/obj/item/clothing/suit/fire/atmos = 1,
|
||||
/obj/item/stack/sheet/mineral/diamond = 5,
|
||||
/obj/item/stack/sheet/mineral/metal_hydrogen = 10)
|
||||
category = CAT_APPAREL
|
||||
subcategory = CAT_ARMOR
|
||||
|
||||
// Equipment //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user