mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Implements a Pen Augment (#13797)
This commit is contained in:
@@ -61,6 +61,19 @@
|
||||
augs["retractable lighter, left hand"] = /obj/item/organ/internal/augment/tool/combitool/lighter/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/augment/pen
|
||||
display_name = "retractable pen"
|
||||
description = "An augment that allows the user to deploy a retractable pen."
|
||||
path = /obj/item/organ/internal/augment/tool/pen
|
||||
cost = 1
|
||||
|
||||
/datum/gear/augment/pen/New()
|
||||
..()
|
||||
var/list/augs = list()
|
||||
augs["retractable pen, right hand"] = /obj/item/organ/internal/augment/tool/pen
|
||||
augs["retractable pen, left hand"] = /obj/item/organ/internal/augment/tool/pen/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/augment/cochlear
|
||||
display_name = "cochlear implant"
|
||||
description = "A synthetic replacement for the structures within the ear, allowing the user to hear without requiring external tools."
|
||||
|
||||
Reference in New Issue
Block a user