Removes MediHound's Noncon Vore (#5738)
* Removes MediHound's Noncon Vore MediHound once again respects vore preferences, as intended. To make up for this, they now receive a unique cyborg hypospray with fewer reagents, increased energy costs, and no ability to upgrade. * Moves Preference Check to New Sleeper-Specific Variable, Buffs Hypo Rather than using target.devourable, MediHounds now check for a new target.sleeperable preference, which defaults to TRUE. Also, removed the custom HoundHypo. MediHounds will now get the full borg hypospray. * Removes unnecessary 5th port code * Breaks the patch for Bhijn's viewing pleasure DNM etc * Still not fixed * Fixes it again. MediHound sleeper preference is now a game preference toggle, rather than a vore panel toggle. MediHounds will not be able to ingest SSD or catatonic players.
This commit is contained in:
@@ -316,6 +316,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
dat += "<b>Window Flashing:</b> <a href='?_src_=prefs;preference=winflash'>[(windowflashing) ? "Yes" : "No"]</a><br>"
|
||||
dat += "<b>Play admin midis:</b> <a href='?_src_=prefs;preference=hear_midis'>[(toggles & SOUND_MIDI) ? "Yes" : "No"]</a><br>"
|
||||
dat += "<b>Play lobby music:</b> <a href='?_src_=prefs;preference=lobby_music'>[(toggles & SOUND_LOBBY) ? "Yes" : "No"]</a><br>"
|
||||
dat += "<b>Allow MediHound sleeper:</b> <a href='?_src_=prefs;preference=hound_sleeper'>[(toggles & MEDIHOUND_SLEEPER) ? "Yes" : "No"]</a><br>"
|
||||
dat += "<b>Ghost ears:</b> <a href='?_src_=prefs;preference=ghost_ears'>[(chat_toggles & CHAT_GHOSTEARS) ? "All Speech" : "Nearest Creatures"]</a><br>"
|
||||
dat += "<b>Ghost sight:</b> <a href='?_src_=prefs;preference=ghost_sight'>[(chat_toggles & CHAT_GHOSTSIGHT) ? "All Emotes" : "Nearest Creatures"]</a><br>"
|
||||
dat += "<b>Ghost whispers:</b> <a href='?_src_=prefs;preference=ghost_whispers'>[(chat_toggles & CHAT_GHOSTWHISPER) ? "All Speech" : "Nearest Creatures"]</a><br>"
|
||||
@@ -1783,6 +1784,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
if("pull_requests")
|
||||
chat_toggles ^= CHAT_PULLR
|
||||
|
||||
if("hound_sleeper")
|
||||
toggles ^= MEDIHOUND_SLEEPER
|
||||
|
||||
if("allow_midround_antag")
|
||||
toggles ^= MIDROUND_ANTAG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user