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:
@@ -14,8 +14,9 @@
|
||||
#define SOUND_ANNOUNCEMENTS 2048
|
||||
#define DISABLE_DEATHRATTLE 4096
|
||||
#define DISABLE_ARRIVALRATTLE 8192
|
||||
#define MEDIHOUND_SLEEPER 16384
|
||||
|
||||
#define TOGGLES_DEFAULT (SOUND_ADMINHELP|SOUND_MIDI|SOUND_AMBIENCE|SOUND_LOBBY|MEMBER_PUBLIC|INTENT_STYLE|MIDROUND_ANTAG|SOUND_INSTRUMENTS|SOUND_SHIP_AMBIENCE|SOUND_PRAYERS|SOUND_ANNOUNCEMENTS)
|
||||
#define TOGGLES_DEFAULT (SOUND_ADMINHELP|SOUND_MIDI|SOUND_AMBIENCE|SOUND_LOBBY|MEMBER_PUBLIC|INTENT_STYLE|MIDROUND_ANTAG|SOUND_INSTRUMENTS|SOUND_SHIP_AMBIENCE|SOUND_PRAYERS|SOUND_ANNOUNCEMENTS|MEDIHOUND_SLEEPER)
|
||||
|
||||
//Chat toggles
|
||||
#define CHAT_OOC 1
|
||||
|
||||
Reference in New Issue
Block a user