Rewrites confirmation prompt for touching SSD players (#13111)

This commit is contained in:
Patrick Meade
2020-04-24 19:26:27 -04:00
committed by GitHub
parent 1d97137309
commit 895263a8df
+1 -1
View File
@@ -920,7 +920,7 @@
return FALSE
if(M && M.player_logged < SSD_WARNING_TIMER)
return FALSE
to_chat(src, "Interacting with SSD players is against server rules unless you've ahelped first for permission. If you have, <a href='byond://?src=[UID()];ssdwarning=accepted'>confirm that</A> and proceed.")
to_chat(src, "Are you taking this person to cryo or giving them medical treatment? If you are, <a href='byond://?src=[UID()];ssdwarning=accepted'>confirm that</a> and proceed. Interacting with SSD players in other ways is against server rules unless you've ahelped first for permission.")
return TRUE
#undef SSD_WARNING_TIMER