mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 11:31:38 +00:00
Allows the tajaran lighter to be opened with alt click (#13115)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user