Skip to content

Commit

Permalink
one more single letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 11, 2023
1 parent 20d7fcb commit c5619bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
spicy_gas = new /datum/effect_system/smoke_spread/xeno_weaken
else
CRASH("Globber has unknown ammo [xeno.ammo]! Oh no!")

var/datum/cause_data/cause_data = create_cause_data("acid shroud gas", owner)
spicy_gas.set_up(1, 0, get_turf(xeno), null, 6, new_cause_data = cause_data)
spicy_gas.start()
Expand All @@ -159,7 +158,7 @@
apply_cooldown()
return ..()

/datum/action/xeno_action/onclick/shift_spits/boiler/use_ability(atom/A)
/datum/action/xeno_action/onclick/shift_spits/boiler/use_ability(atom/affected_atom)
. = ..()
apply_cooldown()

Expand Down

0 comments on commit c5619bf

Please sign in to comment.