Skip to content

Roller Bed safety checks.#12215

Draft
realforest2001 wants to merge 1 commit into
cmss13-devs:masterfrom
realforest2001:forest/roller
Draft

Roller Bed safety checks.#12215
realforest2001 wants to merge 1 commit into
cmss13-devs:masterfrom
realforest2001:forest/roller

Conversation

@realforest2001
Copy link
Copy Markdown
Member

@realforest2001 realforest2001 commented May 13, 2026

About the pull request

As title

Explain why it's good for the game

Roller bed combat buckling is not something I anticipated having to deal with.

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑
add: Roller bed mob-click buckling no longer works on enemies unless they're dead or unconscious.
/:cl:

@github-project-automation github-project-automation Bot moved this to Awaiting Review in Review Backlog May 13, 2026
@cmss13-ci cmss13-ci Bot added Feature Feature coder badge size/XS Denotes a PR that changes 0-19 lines, ignoring generated files. labels May 13, 2026
forceMove(roller)
SEND_SIGNAL(user, COMSIG_MOB_ITEM_ROLLER_DEPLOYED, roller)
if(target_mob)
if(target_mob && ((target_mob.faction == user.faction) || target_mob.stat))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking this here doesn't really solve the issue; only a convenient way. I would recommend something like this instead (though HUMAN_STRIP_DELAY as a base is probably too long so should probably use its own define for hostile buckling)

patch.diff.txt

@github-project-automation github-project-automation Bot moved this from Awaiting Review to Changes Requested in Review Backlog May 14, 2026
@Drulikar Drulikar marked this pull request as draft May 14, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Feature coder badge size/XS Denotes a PR that changes 0-19 lines, ignoring generated files.

Projects

Status: Changes Requested

Development

Successfully merging this pull request may close these issues.

2 participants