mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 23:26:43 +01:00
Changes the rest of the code to not use the extra var 'stomptext'
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
max_save_slots = DEFAULT_SAVE_SLOTS
|
||||
var/unholypref = "No" //Goin 2 hell fo dis one
|
||||
var/stomppref = FALSE // Please step on me.
|
||||
var/stomptext = "No" // For displaying the pref.
|
||||
var/list/gfluid_blacklist = list() //Stuff you don't want people to cum into you
|
||||
var/new_character_creator = TRUE // old/new character creator
|
||||
var/show_in_directory = 1 //Show in Character Directory
|
||||
@@ -1059,7 +1058,7 @@
|
||||
dat += "<span style='border-radius: 2px;border:1px dotted white;cursor:help;' title='Enables verbs involving farts, shit and piss.'>?</span> "
|
||||
dat += "<b>Unholy ERP verbs :</b> <a href='?_src_=prefs;preference=unholypref'>[unholypref]</a><br>" //https://www.youtube.com/watch?v=OHKARc-GObU
|
||||
dat += "<span style='border-radius: 2px;border:1px dotted white;cursor:help;' title='Enables macro / micro stepping and stomping interactions.'>?</span> "
|
||||
dat += "<b>Stomping Interactions :</b> <a href='?_src_=prefs;preference=stomppref'>[stomppref]</a><br>"
|
||||
dat += "<b>Stomping Interactions :</b> <a href='?_src_=prefs;preference=stomppref'>[stomppref ? "Yes" : "No"]</a><br>"
|
||||
//END OF SPLURT EDIT
|
||||
//SKYRAT EDIT
|
||||
dat += "<span style='border-radius: 2px;border:1px dotted white;cursor:help;' title='Enables verbs involving ear/brain fucking.'>?</span> "
|
||||
|
||||
Reference in New Issue
Block a user