Skip to content

Commit

Permalink
decreases dizzy
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Jan 19, 2025
1 parent 2848358 commit 97b1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/effects/neurotoxin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
// General effects
affected_mob.last_damage_data = cause_data
affected_mob.apply_stamina_damage(stam_dam)
affected_mob.make_dizzy(12)
affected_mob.make_dizzy(8)
for(var/datum/reagent/generated/stim in affected_mob.reagents.reagent_list)
affected_mob.reagents.remove_reagent(stim.id, stim_drain, TRUE)

Expand Down

0 comments on commit 97b1fd6

Please sign in to comment.