mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user