This commit is contained in:
Osetrokarasek
2025-09-11 03:17:48 +00:00
committed by GitHub
parent 619c440436
commit 641d05863c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -256,6 +256,7 @@
origin_tech = "materials=1"
attack_verb = null
var/is_unathi_fire = FALSE
scatter_distance = 10
/obj/item/match/process()
var/turf/location = get_turf(src)
@@ -302,6 +303,8 @@
desc = "A match. This one has seen better days."
attack_verb = list("flicked")
STOP_PROCESSING(SSobj, src)
scatter_atom()
transform = turn(transform, rand(0, 360))
return TRUE
/obj/item/match/dropped(mob/user)
+1 -1
View File
@@ -192,7 +192,7 @@
new /obj/item/match(src)
/obj/item/storage/fancy/matches/attackby__legacy__attackchain(obj/item/match/W, mob/user, params)
if(istype(W, /obj/item/match) && !W.lit)
if(istype(W, /obj/item/match) && (!W.lit && !W.burnt))
W.matchignite()
playsound(user.loc, 'sound/goonstation/misc/matchstick_light.ogg', 50, TRUE)
return