mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user