Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
slightly less damaging sting
Browse files Browse the repository at this point in the history
the venom can be pretty problematic so damage shouldnt be too high
  • Loading branch information
Marmio64 committed Oct 10, 2022
1 parent 1c4b707 commit 6130a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yogstation/code/modules/jungleland/jungle_mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@
maxHealth = 160
health = 160
environment_smash = ENVIRONMENT_SMASH_NONE //held off by walls and windows, stupid oversized bee
melee_damage_lower = 12 //not that lethal, but it'll catch up to you easily
melee_damage_upper = 12
melee_damage_lower = 10 //not that lethal, but it'll catch up to you easily
melee_damage_upper = 10
attacktext = "stings"
attack_sound = 'sound/voice/moth/scream_moth.ogg'
deathmessage = "rolls over, falling to the ground."
Expand Down

0 comments on commit 6130a15

Please sign in to comment.