Skip to content

Commit

Permalink
Update neurotoxin.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 authored Jul 25, 2023
1 parent f51768b commit 5363e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/effects/neurotoxin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
// 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 @@ -101,6 +102,7 @@
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 5363e74

Please sign in to comment.