mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
fixes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
target.sec_hud_set_implants()
|
||||
if(deconverted)
|
||||
if(prob(1) || SSevents.holidays && SSevents.holidays[APRIL_FOOLS])
|
||||
target.say("I'm out! I quit! Whose kidneys are these?")
|
||||
target.say("I'm out! I quit! Whose kidneys are these?", forced = TRUE)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
@@ -257,7 +257,7 @@ structure_check() searches for nearby cultist structures required for the invoca
|
||||
H.stuttering = 0
|
||||
H.cultslurring = 0
|
||||
if(prob(1) || SSevents.holidays && SSevents.holidays[APRIL_FOOLS])
|
||||
H.say("You son of a bitch! I'm in.")
|
||||
H.say("You son of a bitch! I'm in.", forced = TRUE)
|
||||
return 1
|
||||
|
||||
/obj/effect/rune/convert/proc/do_sacrifice(mob/living/sacrificial, list/invokers)
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
return
|
||||
if(converter.add_revolutionary(H.mind))
|
||||
if(prob(1) || SSevents.holidays && SSevents.holidays[APRIL_FOOLS])
|
||||
H.say("You son of a bitch! I'm in.")
|
||||
H.say("You son of a bitch! I'm in.", forced = TRUE)
|
||||
times_used -- //Flashes less likely to burn out for headrevs when used for conversion
|
||||
else
|
||||
to_chat(user, "<span class='warning'>This mind seems resistant to the flash!</span>")
|
||||
|
||||
Reference in New Issue
Block a user