mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Kitchen Sink P2 TGUI Prefs (#17579)
* Kitchen Sink V2 * tsx * Update vorestation.dme * Update 01_basic.dm * Update 01_basic.dm * Deletes the character directory * F & M tags * Flexible * Update misc.dm * ICP * more fixes * missing sounds
This commit is contained in:
@@ -125,6 +125,9 @@
|
||||
H.ooc_notes = current_project.body_oocnotes
|
||||
H.ooc_notes_likes = current_project.body_ooclikes
|
||||
H.ooc_notes_dislikes = current_project.body_oocdislikes
|
||||
H.ooc_notes_favs = current_project.body_oocfavs
|
||||
H.ooc_notes_maybes = current_project.body_oocmaybes
|
||||
H.ooc_notes_style = current_project.body_oocstyle
|
||||
H.flavor_texts = current_project.mydna.flavor.Copy()
|
||||
H.resize(current_project.sizemult, FALSE)
|
||||
H.appearance_flags = current_project.aflags
|
||||
@@ -599,6 +602,9 @@
|
||||
occupant.ooc_notes = MR.mind_oocnotes
|
||||
occupant.ooc_notes_likes = MR.mind_ooclikes
|
||||
occupant.ooc_notes_dislikes = MR.mind_oocdislikes
|
||||
occupant.ooc_notes_favs = MR.mind_oocfavs
|
||||
occupant.ooc_notes_maybes = MR.mind_oocmaybes
|
||||
occupant.ooc_notes_style = MR.mind_oocstyle
|
||||
|
||||
occupant.apply_vore_prefs() //Cheap hack for now to give them SOME bellies.
|
||||
if(MR.one_time)
|
||||
|
||||
Reference in New Issue
Block a user