Merge pull request #3774 from CHOMPStation2/Razgriz1032-patch-4

Bring back Chompstation's most based disclaimer
This commit is contained in:
Razgriz
2022-03-01 19:34:41 -07:00
committed by GitHub
+1 -1
View File
@@ -659,7 +659,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
to_chat(src, "<span class='warning'>You may only spawn again as a mouse more than [mouse_respawn_time] minutes after your death. You have [timedifference_text] left.</span>")
return
var/response = tgui_alert(src, "Are you -sure- you want to become a mouse?","Are you sure you want to squeek?",list("Squeek!","Nope!"))
var/response = tgui_alert(src, "Are you -sure- you want to become a mouse? You will have no rights or OOC protections.","Are you sure you want to squeek? You will have no rights or OOC protections.",list("Squeek!","Nope!")) //CHOMP Edit
if(response != "Squeek!") return //Hit the wrong key...again.