24 Commits
Author SHA1 Message Date
KashargulandGitHub df9b71e402 Adds SHOULD_CALL_PARENT to examine (#16822)
* Another one I'm curious about

* those don't

* this should call parent

* beds need to be fully moved due to fantasy gateway

* fix that

* finish beds
2025-01-03 08:27:02 +01:00
Kashargul a2c673ab7a refactors most spans 2024-10-02 21:10:31 +02:00
Guti 409aaba802 Remove 2024-09-09 02:36:53 +02:00
Heroman 9251f4fc10 Makes all holders use micro holder examine logic 2022-07-09 15:06:31 +10:00
FartMaster69420 fd4541bf32 Atleast holsters work
micros dont deconstruct very well
2022-03-26 22:47:54 -04:00
FartMaster69420 ab3fa99844 Go ahead
Deconstruct 'em
2022-03-26 22:31:35 -04:00
Aronai Sieyes b3fb7c181d Make more object lists lazy to pay for my sins 2021-07-15 01:20:17 -04:00
Aronai Sieyes d7a32991eb Move like every clothing icon file 2021-07-09 18:13:28 -04:00
Aronai Sieyes be00e74c21 Make smol holders use vis_contents 2021-07-03 00:53:44 -04:00
Verkister b435e756c9 Makes bellied eggs relay their struggles onto the belly. 2021-02-01 15:13:33 +02:00
ShadowLarkens 0c2c82fe5f TGUI Drag Inventory 2020-08-25 21:56:51 -07:00
VerkisterandGitHub 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
SpadesandGitHub 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