Kashargul and GitHub
d75f90466d
removes all var/ in procs ( #12738 )
2026-05-05 10:55:04 +02:00
c052711b25
[MIRROR] Fixes teshari not being able to be holstered ( #12376 )
...
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com >
2026-02-06 15:56:40 +01:00
3cac28f9ad
[MIRROR] Begin clickcode attack_self fix ( #12173 )
...
Co-authored-by: Cameron Lennox <killer65311@gmail.com >
2025-12-29 15:51:44 -05:00
1269ae81e7
[MIRROR] Various species related fixes ( #11819 )
...
Co-authored-by: Cameron Lennox <killer65311@gmail.com >
2025-10-17 08:32:12 -04:00
5ad53107e4
[MIRROR] clothing _vr dmi cleanup: hats and headwear [IDB IGNORE] ( #11611 )
...
Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com >
Co-authored-by: C.L. <killer65311@gmail.com >
2025-09-10 22:30:24 -04:00
6e330e2acf
[MIRROR] Adds SHOULD_CALL_PARENT to examine ( #9775 )
...
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
2025-01-03 20:53:58 +01:00
ab154b48b2
[MIRROR] refactors most spans ( #9139 )
...
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com >
Co-authored-by: Kashargul <KashL@t-online.de >
2024-10-04 15:00:17 +02:00
5ea698a0ef
[MIRROR] Removes /obj/item/weapon and /obj/item/device [MDB IGNORE] ( #9084 )
...
Co-authored-by: Changelogs <action@github.com >
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com >
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com >
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com >
Co-authored-by: Kashargul <KashL@t-online.de >
2024-09-30 21:36:41 +02:00
Casey and CHOMPStation2
3cd5f96b3a
Merge pull request #13307 from Heroman3003/holder-examine
...
Makes all holders use micro holder examine logic
2022-07-09 06:35:32 +00:00
Casey and CHOMPStation2
12da7439a0
Merge pull request #12548 from FartMaster69420/micro-holders
...
Micros can be holstered
2022-03-27 18:40:41 +00:00
BlackMajor and GitHub
03439f0c5e
Update holder_micro_vr.dm
2021-07-25 12:24:19 +12:00
BlackMajor and GitHub
b3f6ed084b
Update holder_micro_vr.dm
2021-07-25 01:51:06 +12:00
Chompstation Bot and Darlantan
3d2783aec7
Ports new Bay SolGov suits as Commonwealth suits
2021-07-15 19:29:34 -04:00
Chompstation Bot
16a731dd39
Move like every clothing icon file
2021-07-10 16:23:23 +00:00
Chompstation Bot
dc23e61411
Make smol holders use vis_contents
2021-07-03 21:38:55 +00:00
Chompstation Bot
d3c7cc6040
New advanced Egg Release mechanics.
2021-02-01 19:35:41 +00:00
ShadowLarkens
0c2c82fe5f
TGUI Drag Inventory
2020-08-25 21:56:51 -07:00
Verkister and GitHub
474455140f
Fixes micro holder hug spam.
...
This is why we can't have nice things.
2020-05-22 03:44:02 +03:00
Aronai Sieyes
099d26ce6a
Fix #7577
2020-05-01 20:48:47 -04:00
Aronai Sieyes
1688e16d88
VS: Get your clicks out of my movement code
2020-04-30 15:41:26 -04:00
Aronai Sieyes
874baa1d2d
Merge examine refactor for vorestation
2020-04-29 17:49:54 -04:00
ShadowLarkens
d5d5385b76
Cleanup vore code
2020-03-19 21:17:24 -07:00
Mithrandalf
1e8a54b736
mouse
2020-01-08 15:32:07 +00:00
Heroman
b40b509487
Fixes holder bugs
2019-09-22 06:39:55 +10:00
Arokha Sieyes
3446016950
VS: Fix runtimes on holder icon generation
2018-03-17 20:43:32 -04:00
Leshana
e644dbe18a
Destroy() cleanups in VOREStation code
...
* Remove remaining hard del()'s in our code.
* Replace deleted() and gcDestroyed with QDELETED macro.
* Fix some strange calls directly to Del() (capital D)
* Make Destroy() return qdel hints.
* Make a few of the Destroy()'s more comprehensive in cleaning up references.
* In edited Destroy() procs, converted to use qdel_null and qdel_null_list macros when possible for pretty code.
* Removed unused variable `sleevecard`
2017-06-10 22:44:03 -04:00
Arokha Sieyes
a8ebc54170
One-click mouse scooping and edibility
...
Makes mice scoopable with one click, and can be ate rather than needing to be grabbed.
Resolves #1255
2017-03-30 14:07:30 -04:00
Arokha Sieyes
b03ad5892e
Try to fix microBgone bug
...
Hopefully people aren't randomly sent to space anymore?
Also cleaned up old debug code for a bug I fixed
2016-10-22 22:27:45 -04:00
Spades and GitHub
570c2474c3
Fixes w_class of items to be consistent with Polaris update ( #636 )
...
* Fixes w_class of items to be consistent with Polaris update
* Typo
2016-10-09 19:23:10 -04:00
Leshana
abbf0c7fc0
Issue #4 - Porting resize (micro/macro) systems.
...
* Instead of "playerscale" we are using pre-existing variable
"size_multiplier" but we move it to /mob/living
* Added basic mechanics of size changing.
* Mousetraps snap small people even if they have shoes.
* Big people can walk over small people, or stomp them, or capture them
in foot slot.
* Ported holder for micros, making small people scoopable.
* Tied held micros in with the vore code so they are edible.
* Ported size-altering reagents and recipies.
* Ported size gun along with associated sprites and sounds.
2016-05-08 23:11:03 -04:00