Skip to content

Commit

Permalink
le changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Sep 9, 2023
1 parent e16cffe commit cc12e9f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
/// Round event control we might as well keep track of instead of locating every time
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 ..()

/obj/effect/rune/beer/Initialize(mapload)
. = ..()
overflow_control = locate(/datum/round_event_control/scrubber_overflow/every_vent) in SSevents.control
Expand All @@ -41,7 +46,7 @@
var/mob/living/user = invokers[1]
if(locate(/obj/narsie) in SSpoints_of_interest.narsies) // you cant summon booze if the god is already on this plane of existance
for(var/invoker in invokers)
to_chat(invoker, span_warning("Nar'Sie is already on this plane, you lost your opportunity to summon beer with him!"))
to_chat(invoker, span_warning("Nar'Sie is already on this plane, you lost your opportunity to summon beer with her!"))
log_game("Beer rune activated by [user] at [COORD(src)] failed - Nar'sie is summoned.")
used = TRUE
if(GLOB.clock_ark) // Rat'var is against alcoholism
Expand Down

0 comments on commit cc12e9f

Please sign in to comment.