mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 02:17:06 +01:00
516 internal links (#20428)
Convert all (appropriate) links to use the required `byond://` for 516 Added a grep to detect incompatible ones
This commit is contained in:
@@ -32,10 +32,10 @@ PROCESSING_SUBSYSTEM_DEF(psi)
|
||||
if(PC.psionic_rank >= PSI_RANK_SENSITIVE)
|
||||
to_chat(PC.owner, SPAN_NOTICE(FONT_HUGE("The Nlom field prompts you for your emotional state.")))
|
||||
to_chat(PC.owner,
|
||||
"<a href='?src=[REF(src)];emotion=Calm;voter=[REF(PC)]'>Calm</a> | <a href='?src=[REF(src)];emotion=Happy;voter=[REF(PC)]'>Happy</a> | \
|
||||
<a href='?src=[REF(src)];emotion=Sad;voter=[REF(PC)]'>Sad</a> | <a href='?src=[REF(src)];emotion=Fearful;voter=[REF(PC)]'>Fearful</a> | \
|
||||
<a href='?src=[REF(src)];emotion=Angry;voter=[REF(PC)]'>Angry</a> | <a href='?src=[REF(src)];emotion=Stressed;voter=[REF(PC)]'>Stressed</a> | \
|
||||
<a href='?src=[REF(src)];emotion=Confused;voter=[REF(PC)]'>Confused</a")
|
||||
"<a href='byond://?src=[REF(src)];emotion=Calm;voter=[REF(PC)]'>Calm</a> | <a href='byond://?src=[REF(src)];emotion=Happy;voter=[REF(PC)]'>Happy</a> | \
|
||||
<a href='byond://?src=[REF(src)];emotion=Sad;voter=[REF(PC)]'>Sad</a> | <a href='byond://?src=[REF(src)];emotion=Fearful;voter=[REF(PC)]'>Fearful</a> | \
|
||||
<a href='byond://?src=[REF(src)];emotion=Angry;voter=[REF(PC)]'>Angry</a> | <a href='byond://?src=[REF(src)];emotion=Stressed;voter=[REF(PC)]'>Stressed</a> | \
|
||||
<a href='byond://?src=[REF(src)];emotion=Confused;voter=[REF(PC)]'>Confused</a")
|
||||
complete_nlom_time = world.time + 2 MINUTES
|
||||
completing_nlom = TRUE
|
||||
if(completing_nlom && world.time >= complete_nlom_time)
|
||||
|
||||
Reference in New Issue
Block a user