Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #291 from Revenant13/carrier_buff
Browse files Browse the repository at this point in the history
carrier buff
  • Loading branch information
Waselon authored Oct 26, 2023
2 parents 40b23d8 + f6d8bb0 commit cb3b7d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GLOBAL_LIST_INIT(hugger_images_list, list(
name = "Place trap"
action_icon_state = "place_trap"
desc = "Place a hole on weeds that can be filled with a hugger or acid. Activates when a marine steps on it."
plasma_cost = 400
plasma_cost = 200
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_PLACE_TRAP,
)
Expand Down Expand Up @@ -152,7 +152,7 @@ GLOBAL_LIST_INIT(hugger_images_list, list(
name = "Spawn Facehugger"
action_icon_state = "spawn_hugger"
desc = "Spawn a facehugger that is stored on your body."
plasma_cost = 200
plasma_cost = 100
cooldown_timer = 10 SECONDS
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_SPAWN_HUGGER,
Expand Down

0 comments on commit cb3b7d9

Please sign in to comment.