Repositories (1)

MscLib
1 snippets stored for this repo
/// You may want to set UrineLevel before using this
        /// if you want to ensure the player will have something to pee from
        /// </summary>
        public static void Piss() {            
            //for some reason we need to send both of these events
            //in order for this to work
            instance.pissFSM.SendEvent("WAKEUP");