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
+1 -1
View File
@@ -317,7 +317,7 @@
/obj/item/weldingtool/ignition_effect(atom/ignitable_atom, mob/user)
if(use_tool(ignitable_atom, user, 0))
return span_notice("[user] casually lights [ignitable_atom] with [src], what a badass.")
return span_rose("[user] casually lights [ignitable_atom] with [src], what a badass.")
else
return ""