Atermonera and GitHub
4d8c43f106
What was supposed to be another straightforward major system overhaul that once again spiraled out of control ( #8220 )
...
* get_tool_quality has numerical meaning
* Basic tools set tool quality
* Toolspeed is replaced by tool quality checks
* Addresses assorted results from live test
* Extra cleanup
2022-01-16 15:52:55 -08:00
0232be9531
Repaths obj/effect/effect, datum/effect/effect [MDB_IGNORE] ( #8312 )
...
* Repaths obj/effect/effect, datum/effect/effect
* linter fixes
* No new
Co-authored-by: Atermonera <forslandm@gmail.com >
2022-01-16 00:14:39 -08:00
Verkister and GitHub
cab0ed016f
Update spiders.dm
2022-01-08 16:15:43 +02:00
MistakeNot4892 and atermonera
f5a8e7c5bc
Adds some forgotten plants for Sif flora, fixes a misnamed plant type.
2022-01-04 18:48:13 -08:00
MistakeNot4892 and atermonera
086e3c2c59
Closed umbrellas are smaller.
2022-01-04 18:48:12 -08:00
MistakeNot4892 and atermonera
618082f500
/atom New() => Initialize() [MDB IGNORE] ( #8298 )
...
* Find and replace argless atom New() to Initialize().
* Manual replacement of no-arg New() to Initialize().
* Manually replacing remaining New() overrides.
* Fixing linter issues with now-removed New() args.
* Tidying area init overrides.
* Porting Neb's atom subsystem.
* Trying to isolate init problems.
* Adjusting Init code post-test.
* Merging duplicate Initialize() procs.
* Merge resolution.
2022-01-04 18:47:57 -08:00
atermonera
8f5f6fba28
Unequipping mask slot won't disable internals when wearing airtight hats
2022-01-04 18:46:28 -08:00
Ghost Actual and atermonera
87feb892f9
Donk-Soft! ( #8305 )
...
* Initial port
* Various fixes
* Doomguy Costume Addition
Halloween just around the corner, I wanted to add a costume that uses the new toy guns.
* Merge conflict, fixes
2022-01-04 18:46:27 -08:00
Verkister and atermonera
686df2ee65
Fixes flamethrower fuel spread runtime
...
null is not something that can pass from turf to another.
2022-01-04 18:46:27 -08:00
Verkister and atermonera
c1eefc181a
Fixes displaced steel displaced
...
There was no initial name for the proc to fetch so the "displaced [girder_material.display_name] [initial(name)]" became its initial name.
2022-01-04 18:46:26 -08:00
Atermonera and atermonera
85fa906f61
Removes suicide_act()
2022-01-04 18:46:21 -08:00
Schnayy and atermonera
0b38c37390
fixes stray bugs
2022-01-04 18:46:15 -08:00
Schnayy and atermonera
03f7149e09
round start multitool
2022-01-04 18:46:15 -08:00
MistakeNot4892 and atermonera
542ec3bc67
Disables the gateway as a departure method, adds checkpoint to plains map as a latejoin and departure location.
2022-01-04 18:46:14 -08:00
Cerebulon and atermonera
30e989cfe3
Misc runtime fixes
2022-01-04 18:46:12 -08:00
MistakeNot4892
2a44df2b21
Should prevent lattices from tripping bad init CI.
2021-12-02 13:32:35 +11:00
MistakeNot4892
2376841804
Fixes weeds qdeling each other prior to init.
2021-12-02 13:26:06 +11:00
Verkister and GitHub
96fb1c8bcc
Fixes non-growing spiderlings growing.
...
They had functionally 0 difference whatsoever to the regular type here.
2021-11-25 15:42:59 +02:00
Atermonera and GitHub
439c9bf1f7
Merge pull request #8340 from MistakeNot4892/siffixes
...
Various tweaks on and around exploration.
2021-11-21 00:04:24 -08:00
MistakeNot4892 and GitHub
2f0a618d45
/atom New() => Initialize() [MDB IGNORE] ( #8298 )
...
* Find and replace argless atom New() to Initialize().
* Manual replacement of no-arg New() to Initialize().
* Manually replacing remaining New() overrides.
* Fixing linter issues with now-removed New() args.
* Tidying area init overrides.
* Porting Neb's atom subsystem.
* Trying to isolate init problems.
* Adjusting Init code post-test.
* Merging duplicate Initialize() procs.
* Merge resolution.
2021-11-14 00:09:14 -08:00
MistakeNot4892
9d4fd65628
Adds some forgotten plants for Sif flora, fixes a misnamed plant type.
2021-10-13 20:27:52 +11:00
MistakeNot4892
a4054152f4
Closed umbrellas are smaller.
2021-10-13 20:08:53 +11:00
atermonera
09fdd739fe
Unequipping mask slot won't disable internals when wearing airtight hats
2021-10-06 23:22:46 -08:00
Ghost Actual and GitHub
12b1a29efe
Donk-Soft! ( #8305 )
...
* Initial port
* Various fixes
* Doomguy Costume Addition
Halloween just around the corner, I wanted to add a costume that uses the new toy guns.
* Merge conflict, fixes
2021-10-04 22:14:46 -08:00
Atermonera and GitHub
49ab58b42c
Merge pull request #8309 from Verkister/patch-77
...
Fixes flamethrower fuel spread runtime
2021-10-04 21:31:35 -08:00
MistakeNot4892 and GitHub
9bd53dc1e1
Merge pull request #8313 from Verkister/patch-78
...
Fixes displaced steel displaced
2021-10-04 15:14:40 +11:00
Verkister and GitHub
752d8dc6cc
Fixes displaced steel displaced
...
There was no initial name for the proc to fetch so the "displaced [girder_material.display_name] [initial(name)]" became its initial name.
2021-09-20 19:52:52 +03:00
Atermonera
9c4eceae2b
Removes suicide_act()
2021-09-19 11:43:34 -08:00
Verkister and GitHub
442ba70254
Fixes flamethrower fuel spread runtime
...
null is not something that can pass from turf to another.
2021-09-19 16:39:49 +03:00
MistakeNot4892 and GitHub
0f574bd2a4
Merge pull request #8292 from Schnayy/bugfixes-9-11-21
...
Fixes stray bugs
2021-09-13 10:16:00 +10:00
MistakeNot4892 and GitHub
a60edb6123
Merge pull request #8293 from Schnayy/toolbelt-change
...
Adds multitools to roboticist/engi toolbelts
2021-09-13 10:15:26 +10:00
MistakeNot4892
4eacefb80a
Disables the gateway as a departure method, adds checkpoint to plains map as a latejoin and departure location.
2021-09-12 02:50:12 +10:00
Schnayy
4fbeb64ae5
round start multitool
2021-09-11 08:59:45 -05:00
Schnayy
030741d681
fixes stray bugs
2021-09-11 01:28:49 -05:00
Cerebulon
41b51e55f7
Misc runtime fixes
2021-09-06 19:40:48 +01:00
Atermonera and GitHub
d793a7a0ab
Merge pull request #8277 from Neerti/cynosure_map
...
Cynosure map
2021-09-04 20:50:48 -07:00
MistakeNot4892 and GitHub
c5e295041b
Merge pull request #8252 from lbnesquik/Kot-material-costs
...
Expands the material values of certain items.
2021-09-03 12:19:29 +10:00
MistakeNot4892 and GitHub
f14907cdb9
Merge pull request #8203 from Cerebulon/food2021
...
Food Expansion
2021-09-03 11:55:26 +10:00
MistakeNot4892 and GitHub
02e3395d9a
Merge pull request #8267 from lbnesquik/Kot-power-cells
...
Removes an empty file. No clue what's the deal with this.
2021-09-03 11:51:11 +10:00
Neerti
7b7baf0d91
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into woodrat_map
2021-09-02 19:41:21 -04:00
lbnesquik
ad9af28fdf
Removes an empty file. No clue what's the deal with this.
2021-09-01 04:56:03 +02:00
Cerebulon
71d0689435
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into swimlock
2021-09-01 01:46:41 +01:00
MistakeNot4892 and GitHub
007c93288b
Merge pull request #8246 from Cerebulon/randomloot
...
Random Spawner Stuff
2021-09-01 10:27:47 +10:00
lbnesquik
0810f6d51a
Converts things to different material names
2021-09-01 01:05:47 +02:00
Cerebulon
81229b1fab
requested changes, missing reagent, generic cubes
2021-08-31 20:08:01 +01:00
Cerebulon
a567381931
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into food2021
2021-08-31 18:31:58 +01:00
MistakeNot4892 and GitHub
c87c3c8ad9
Merge pull request #8195 from Cerebulon/skyratmisc
...
Misc. Skyrat Sprites Port
2021-08-31 22:07:56 +10:00
MistakeNot4892 and GitHub
29fd66259c
Merge pull request #8231 from Cerebulon/labcoats
...
New Labcoat Sprites
2021-08-31 10:10:12 +10:00
MistakeNot4892 and GitHub
aa25456fcb
Merge pull request #8236 from Cerebulon/wipedown
...
Allows wiping food off cutlery
2021-08-31 10:06:19 +10:00
MistakeNot4892 and GitHub
9b94c71963
Merge pull request #8255 from lbnesquik/Kot-clothing-noise
...
Reduces the volume of grabbing jumpsuits.
2021-08-31 09:40:45 +10:00