Conversation
Fix creature skinning
Run item preverb scripts for GET and DROP
Run item preverb scripts for equipment commands
added 18 commits
August 8, 2026 15:52
… and scripted movement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added HEALER as a recognized room modifier so rooms like the Physicians’ Guild correctly load the flag.
Updated regeneration so players resting in a HEALER room recover at an additional 2× rate.
Kept the existing position bonuses, giving:
Sitting normally: 2×
Laying normally: 3×
Sitting in a healer: 4×
Laying in a healer: 6×
Applied the healer bonus to overall regeneration: Body Points, Fatigue, Mana, and PSI.
Confirmed the bonus works in-game — laying in the Physicians’ Guild healed 6 Body Points per regen tick.
Found existing legacy IFPREVERB SIT -1 and IFPREVERB LAY -1 support in the Physicians’ Guild scripts, including the special ORG = 20 treatment refusal.
Fixed doPositionWithScripts() so position commands recognize IFPREVERB scripts instead of only IFVERB.
Added Physicians’ Guild flavor responses for normal players:
Sitting: physician begins tending to the player.
Laying: physician kneels beside the player and begins treatment.
Verified both sit and lay now execute normally and trigger the room scripts.