Skip to content

Commit

Permalink
thing:tm:
Browse files Browse the repository at this point in the history
  • Loading branch information
AMcilraith committed Dec 1, 2024
1 parent 293eab6 commit 762883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/hydrogen_melee.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
icon = 'icons/obj/guns/plasma/hydrogen.dmi'
icon_state = "sword"
item_state = "hydrogen"
origin_tech = list(TECH_PLASMA = 10, TECH_POWER = 5, TECH_COMBAT = 12, TECH_MATERIAL = 7) // Currently it is a unique, CRO-only item.
origin_tech = list(TECH_PLASMA = 10, TECH_POWER = 5, TECH_COMBAT = 12, TECH_MATERIAL = 7)
matter = list(MATERIAL_PLASTEEL = 5, MATERIAL_MHYDROGEN = 0.8, MATERIAL_OSMIUM = 0.8, MATERIAL_TRITIUM = 0.8)
force = WEAPON_FORCE_WEAK
throwforce = WEAPON_FORCE_WEAK
Expand Down

0 comments on commit 762883a

Please sign in to comment.