Skip to content

Commit

Permalink
Update stunbatons.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamasmaster authored Dec 7, 2024
1 parent 6662037 commit 825ad05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/tools/stunbatons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@

/obj/item/tool/baton/slimebaton
name = "xenobio baton"
desc = "A stunbaton that is designed against slimes and other lab misstakes."
desc = "A stunbaton that is designed against slimes and other lab mistakes."
icon_state = "prod_si"
item_state = "prod_si"
force = WEAPON_FORCE_NORMAL
throwforce = WEAPON_FORCE_NORMAL
stunforce = 0
agonyforce = 50
agonyforce = 20 //No
hitcost = 125
attack_verb = list("poked")
slime_killer = TRUE
Expand Down

0 comments on commit 825ad05

Please sign in to comment.