This commit is contained in:
iamgoofball
2020-02-14 04:47:02 -08:00
parent 9c8050aeb6
commit a799487fb5
3 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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>")