Allows the tajaran lighter to be opened with alt click (#13115)

This commit is contained in:
Casper3667
2022-02-11 21:42:35 +01:00
committed by GitHub
parent 1b1a0d420d
commit 822ca84d78
2 changed files with 12 additions and 0 deletions

View File

@@ -232,6 +232,12 @@
add_fingerprint(user)
/obj/item/flame/lighter/adhomai/AltClick(mob/user)
if(Adjacent(user) && !lit)
protection = !protection
playsound(src.loc, 'sound/weapons/blade_open.ogg', 50, 1)
update_icon()
/obj/item/stack/dice/tajara
name = "adhomian dice"
desc = "An adhomian dice made out of wood. Commonly used to play Suns and Moon."