Guest User

Untitled

a guest
Jul 12th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. switch(cur_mode.eldertry)
  2. if(1)
  3. for(var/mob/living/carbon/C in acolytes)
  4. to_chat(C, "<font size='3'><span class='danger'>I have no interest in coming to your world.</span></font>")
  5. if(5)
  6. for(var/mob/living/carbon/C in acolytes)
  7. C.apply_effect(80, AGONY, 0)
  8. to_chat(C, "<font size='4'><span class='danger'>I SAID NO!!</span></font>")
  9. if(10)
  10. for(var/mob/living/carbon/C in acolytes)
  11. C.apply_effect(80, AGONY, 0)
  12. to_chat(C, "<font size='5'><span class='danger'>LAST WARNING.</span></font>")
  13. if(15 to 100)
  14. for(var/mob/living/carbon/C in acolytes)
  15. C.gib()
  16. to_chat(world, "<font size='15'><span class='danger'>FUCK YOU!!!</span></font>")
  17. cur_mode.eldertry = 0
Add Comment
Please, Sign In to add comment