Commit Graph

5 Commits

Author SHA1 Message Date
Sealed101 2a9de94463 Fixes attack-equipping others triggering a self-equip timer with clothing that have equip_delay_self (#91661)
## About The Pull Request

The element wasn't making use of the flag in the
`equip_to_slot_if_possible()` proc, which meant that you would spend
time on a `do_after()` to attack-equip an item onto someone else just so
the recipient would have to spend time equal to `equip_delay_self` to
equip the item. This is weird, and it led to stuff like #73225 where you
could magically make a jacket disappear into the recipient's contents.
In theory this calls for a closer inspection of the equip pipeline's
safety checks? but I might be a tad bit lazy to that. Funny how there
are exactly 3 instances of an item with `equip_delay_self` in the entire
game.

## Why It's Good For The Game

Closes #73225

## Changelog

🆑
fix: fixed equipping straight jackets onto people with attack-equip then
equipping another jacket through the equip window causing magical jacket
consumption into the recipient's contents
/🆑
2025-06-21 22:36:00 -04:00
SkyratBot a2cb8c5c0c [MIRROR] Completely removes do_mob and do_after_mob [MDB IGNORE] (#19126)
* Completely removes do_mob and do_after_mob

* update modular

---------

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: lessthnthree <three@lessthanthree.dk>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
2023-02-19 19:19:50 +00:00
Zonespace f7c26bbf25 515 Compat (#17465)
* ONLY SKYRAT CHANGES

* ACTUALLY SKYRAT CHANGES

* yolo, revert later

* Update alternate_byond_versions.txt

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
2022-11-15 06:59:06 +00:00
SkyratBot dfaddc1570 [MIRROR] Fixes attack equip element passing incorrect args [MDB IGNORE] (#17263)
* Fixes attack equip element passing incorrect args (#70895)

* Fixes attack equip incorrect args

* These will never run

* Fixes attack equip element passing incorrect args

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2022-10-31 14:09:06 +00:00
SkyratBot 3eecf2fbb9 [MIRROR] Put clothing on people by clicking on them with clothing inhand + targeting correct area. [MDB IGNORE] (#16724)
* Put clothing on people by clicking on them with clothing inhand + targeting correct area. (#69560)

Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>

* Put clothing on people by clicking on them with clothing inhand + targeting correct area.

Co-authored-by: itseasytosee <55666666+itseasytosee@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
2022-10-09 23:05:57 +01:00