Skip to content

Commit

Permalink
[MIRROR] Fixes molotovs not lighting their splashed contents [MDB IGN…
Browse files Browse the repository at this point in the history
…ORE] (#654)

* Fixes molotovs not lighting their splashed contents

* Update glassbottle.dm

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Shroopy <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
4 people authored Nov 16, 2023
1 parent f267c13 commit 9a51230
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/reagents/reagent_containers/cups/glassbottle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -803,16 +803,10 @@
if(istype(contained_reagent, accelerant_type))
firestarter = 1
break
// SKYRAT EDIT CHANGE START - ORIGINAL :
//if(firestarter && active)
// target.fire_act()
// new /obj/effect/hotspot(get_turf(target))
// ..()
..()
if(firestarter && active)
target.fire_act()
new /obj/effect/hotspot(get_turf(target))
// SKYRAT EDIT END

/obj/item/reagent_containers/cup/glass/bottle/molotov/attackby(obj/item/I, mob/user, params)
if(I.get_temperature() && !active)
Expand Down

0 comments on commit 9a51230

Please sign in to comment.