Skip to content

Commit

Permalink
Removes boiler gas dizzy effect.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 committed Jul 19, 2023
1 parent 42b6ea5 commit f51768b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/datums/effects/neurotoxin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
// General effects
affected_mob.last_damage_data = cause_data
affected_mob.apply_stamina_damage(stam_dam)
affected_mob.make_dizzy(12)

// Effect levels (shit that doesn't stack)
switch(duration)
Expand Down Expand Up @@ -102,7 +101,6 @@
step(affected_mob, pick(CARDINAL_ALL_DIRS))
affected_mob.apply_effect(5, DAZE) // Unable to talk and weldervision
affected_mob.make_jittery(25)
affected_mob.make_dizzy(55)
affected_mob.emote("pain")
stumble = FALSE
addtimer(VARSET_CALLBACK(src,stumble,TRUE),3 SECONDS)
Expand Down

0 comments on commit f51768b

Please sign in to comment.