Some Augments (#11492)

This commit is contained in:
Geeves
2021-04-10 19:11:07 +02:00
committed by GitHub
parent 5b5eeeb29b
commit 52bc025187
9 changed files with 100 additions and 13 deletions
@@ -676,6 +676,19 @@ CIGARETTE PACKETS ARE IN FANCY.DM
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'
/obj/item/flame/lighter/zippo/augment
name = "retractable lighter"
desc = "An augmented lighter, implanted directly into the hand, popping through the finger."
icon_state = "lighter-aug"
item_state = "lighter-aug"
/obj/item/flame/lighter/zippo/augment/throw_at(atom/target, range, speed, mob/thrower)
thrower.drop_from_inventory(src)
/obj/item/flame/lighter/zippo/augment/dropped()
loc = null
qdel(src)
/obj/item/flame/lighter/zippo/dominia
name = "\improper Dominian Zippo lighter"
desc = "A zippo lighter with a depiction of the Imperial standard of Dominia."