From ada455e0b5b8e02446e1b3599db62f50251d0a51 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Sat, 9 Apr 2022 00:59:46 -0600 Subject: [PATCH] Cybersun pen functionality pass (#7321) --- Resources/Prototypes/Entities/Objects/Misc/paper.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 29f75bdd05..6b5634f6d5 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -80,7 +80,7 @@ name: Cybersun pen parent: BaseItem id: CyberPen - description: A high-tech pen straight from Cybersun's legal department, capable of refracting hard-light at impossible angles through its diamond tip in order to write. It's not literally pointless, only figuratively. + description: A high-tech pen straight from Cybersun's legal department, capable of refracting hard-light at impossible angles through its diamond tip in order to write. components: - type: Tag tags: @@ -93,6 +93,16 @@ damage: types: Piercing: 5 + - type: ItemCooldown + - type: MeleeWeapon + damage: + types: + Piercing: 15 + - type: Tool + qualities: + - Screwing + useSound: + collection: Screwdriver - type: Item sprite: Objects/Misc/bureaucracy.rsi HeldPrefix: overpriced_pen