Skip to content

Commit

Permalink
Fix Cybersun Pen Damage (#1459)
Browse files Browse the repository at this point in the history
# Description

Sets the Cybersun pen's throwing damage to be the same as its melee
damage and also inflict embedded passive damage.

Because the Cybersun pen inherits from `PenEmbeddable` that manually
sets its own `DamageOtherOnHit` damage because it's not a melee weapon,
the Cybersun pen's throwing damage didn't inherit the melee weapon
damage and it was low compared to its melee damage.

## Media

**New Damage Values**


![image](https://github.com/user-attachments/assets/c7863b5b-fe03-417d-a0fd-09e9e13fc263)

**Old Damage Values**


![image](https://github.com/user-attachments/assets/7ba2a8ab-5c68-42a6-8b3e-3c81d4032c46)


## Changelog

:cl: Skubman
- fix: The Cybersun pen now properly deals 15 Piercing damage on throw
and deals passive damage when embedded.
  • Loading branch information
angelofallars authored Jan 8, 2025
1 parent 64d4323 commit 089a45e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@
Piercing: 15
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: DamageOtherOnHit
damage:
types:
Piercing: 15
- type: EmbeddableProjectile
removalTime: 2
- type: EmbedPassiveDamage
- type: Tool
qualities:
- Screwing
Expand Down

0 comments on commit 089a45e

Please sign in to comment.