Commit Graph

14 Commits

Author SHA1 Message Date
ShadowLarkens 145b18365d Replaces bapi-dmm with /tg/'s modernest maploader (#19122)
* Replaces bapi-dmm with /tg/'s modernest maploader

* Fix workflows
2026-02-06 13:04:55 +01:00
Kashargul f881d54dbf Panel port test [IDB IGNORE] (#17350)
* no more self callbacks on update fullness

* fix missing code

* Belly test

* import type

* full partiy

* .

* fix preview

* in belly to late join

* robot nutri

* .

* .

* update export

* finish open todos

* code cleanup

* fix some old slacking

* move this to a define

* fixing

* ,

* .

* Creates a Consume Belly Reagents pref (#10)

* Creates a Consume Belly Reagents pref

Added a Consume Belly Reagents pref that blocks the consumption of all reagents produced by a belly via reagent containers such as food, drink, beakers, pills, syringes and hyposprays. Seems to work well as intended.

* These changes at least do not cause any problems

* Missed this one

* Reverts reagent_names

* _BELLY versions

* Fixed typo

* .

* fix admin spawn mobs bellies

* also fix that bug

* hints

* fix that

* .

* initial

* should be all

* that is no longer needed

* fluids into hand items

I was convinced this was broken until it was pointed out that the item has to be ON THE GROUND to fill it...Instead of in your hand. That seems so convoluted.

ARC = active-hand reagent container. IRC = inactive-hand reagent container.

* some stuff

---------

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-03-16 17:08:47 -04:00
Kashargul 6cabe9f7e6 Undefines local defines and moves global to __define (#16028)
* first set of defines

* some more

* .

* final defines

* del local define
2024-06-09 17:29:20 +10:00
Heroman 173aec2037 Makes holes on Z5 of tether generate space instead of open space 2022-02-12 14:57:34 +10:00
Novacat 96edb49393 Update map.dm 2021-06-14 08:21:46 -04:00
Aronai Sieyes 74ee4843d2 Portable mapping devices 2021-06-14 01:32:59 -04:00
Aronai Sieyes 21ff8be627 Portable mapping units 2021-05-18 22:56:03 -04:00
Aronai Sieyes 2146e8f98a Update map_datum to specify persistence levels 2021-05-14 14:26:09 -04:00
Heroman 27f2a555a5 Increases edge buffer, fixes active edges 2019-06-25 15:52:42 +10:00
Heroman f020cee3a6 Final touches 2019-06-25 14:42:36 +10:00
Heroman f688ef9c37 Fixes the generation of PoIs 2019-05-07 05:20:36 +10:00
Neerti 49628739b2 Allows restriction of z-levels from spawning xenoarch finds 2019-04-14 02:29:17 -04:00
Neerti fe33977812 Adds Submap (PoI) Seeding Procedure
Mostly ports /tg/'s method of seeding submaps into specific z-levels.
Due to the low number of submaps present, all of the PoIs are guaranteed to spawn. As more are added, this should fix itself.
2017-11-21 19:21:39 -05:00
Leshana 5594c9db39 An easier and more maintainable way of setting up the map datum.
* Settings for specific z-levels are defined in datum types, allowing the lists of Z levels to be automatically configured.  This solves the problem of being unable to use the z-level #defines in associative lists.
* Converted the example and northern star maps to use the new system.
2017-05-21 14:16:48 -04:00