You can light a match on the heel of your boot (#88690)

## About The Pull Request

- Matches can be ignited with boots.
- Matches have a rare chance of failing to ignite (prompting you to try
again) or an even rarer chance of snapping (wasting it).
- Also makes ignition span use mostly-consistent (using rose span for
the "cooler" ignition effects).

## Why It's Good For The Game

You may be thinking "hey, matches won't light on just friction unless
they're from the 1800s", and you'd be right. But it's a cool movie
trope, which means it should be possible, I don't make the rules.

## Changelog

🆑 Melbert
add: You can light matches on the heel of your boots - Just don't do it
too hard.
/🆑
This commit is contained in:
MrMelbert
2025-01-06 03:16:59 +01:00
committed by GitHub
parent b8f53bcd54
commit 586710e0d4
18 changed files with 114 additions and 36 deletions
@@ -91,13 +91,7 @@
. = ..()
atom_storage.max_slots = 10
atom_storage.set_holdable(/obj/item/match)
/obj/item/storage/box/matches/tool_act(mob/living/user, obj/item/tool, list/modifiers)
if(istype(tool, /obj/item/match))
var/obj/item/match/match = tool
match.matchignite()
return ITEM_INTERACT_SUCCESS
return ..()
AddElement(/datum/element/ignites_matches)
/obj/item/storage/box/matches/PopulateContents()
for(var/i in 1 to 10)