Skip to content

Commit

Permalink
bonk
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Sep 9, 2023
1 parent cc12e9f commit 3e3c966
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
var/datum/round_event_control/scrubber_overflow/every_vent/overflow_control

/obj/effect/rune/beer/Destroy(force)
if(src == GLOB.narsie_breaching_rune)
GLOB.narsie_breaching_rune = TRUE //we still want to summon even if destroyed
return ..()
if(!force)
return QDEL_HINT_LETMELIVE
if(src == GLOB.narsie_breaching_rune)
GLOB.narsie_breaching_rune = TRUE //we still want to summon even if destroyed
return ..()

/obj/effect/rune/beer/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 3e3c966

Please sign in to comment.