Skip to content

Commit

Permalink
Fix ice beam minimap issue (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit authored May 19, 2024
1 parent c1e04e3 commit 8ad81fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class DoorType(Enum):
ICE_BEAM = ("ice_beam", ActorData.DOOR_POWER, "doorice", True, ActorData.SHIELD_ICE_BEAM, [
"actors/props/doorshield", "actors/props/doorcreature", "actors/props/doorshieldicebeam",
"sounds/props/creaturedoor", "system/fx/textures/blood_gray.bctex",
])
], 180.0)
GRAPPLE_BEAM = ("grapple_beam", ActorData.DOOR_POWER, "doorgrapple", True, ActorData.SHIELD_GRAPPLE_BEAM, [
"actors/props/doorshield", "actors/props/doorshieldgrapplebeam",
"sounds/props/doorchargecharge/missiledoor_hum.bcwav"
Expand Down

0 comments on commit 8ad81fe

Please sign in to comment.