1815 Commits

Author SHA1 Message Date
spookerton 1f3ffc2433 non-flagged, non-complex overlay -> ssoverlays 2022-04-24 07:51:12 +01:00
spookerton 2572f042a3 redo behavior of ssoverlays and atom overlay procs 2022-04-24 07:50:46 +01:00
spookerton 1ccb2df2de trivial 1:1 overlays -> overlay proc changes
NB. In some cases we go from a more complex image() to a single icon_state string and I assume this works for every case but do not care to check because of the sheer scale of extra fiddly effort. Buyer beware, not my code.
2022-04-24 07:50:21 +01:00
atermonera 9d71839ac6 Removes devices 2022-04-17 19:14:43 -08:00
atermonera 7a9806d9b4 Removes weapons 2022-04-17 19:14:32 -08:00
atermonera 101740a7d3 Updates icon paths 2022-04-17 19:14:07 -08:00
Cerebulon 691556e0d0 More Nicer Chairs 2022-04-11 06:23:55 +01:00
atermonera 0fbbf49840 Revert ":sadcatthumbsup:"
This reverts commit 2278a41211.
2022-04-02 14:54:08 -08:00
Spookerton 201c3cb220 Merge pull request #8441 from Cerebulon/hairnets
Adds Hairnets
2022-04-01 18:32:33 +01:00
Spookerton f06dcc071e Merge pull request #8470 from Verkister/patch-89
Some admin log "usr" fixes
2022-04-01 18:25:29 +01:00
Spookerton 24ec2b2c66 Merge pull request #8468 from Verkister/patch-88
Fixes catwalks making footsteps on everything
2022-04-01 18:25:02 +01:00
atermonera 861154df4d Revert "Fixes assorted mining toolspeed uses"
This reverts commit bd236dbdcf.
2022-03-29 16:19:36 -08:00
atermonera c7f1880394 Revert "What was supposed to be another straightforward major system overhaul that once again spiraled out of control (#8220)"
This reverts commit 4d8c43f106.
2022-03-29 16:01:32 -08:00
Atermonera 614dbac882 Merge pull request #8479 from Mechoid/FixPuddleDefcon
Fix a Defcon grade runtime with puddle creation and deletion
2022-03-26 21:54:32 -08:00
Mechoid 2278a41211 :sadcatthumbsup: 2022-03-26 19:03:07 -07:00
Verkister d0f2724559 Update human.dm 2022-03-25 18:48:10 +02:00
Verkister efa92bc700 Update code/game/objects/structures/catwalk.dm
Co-authored-by: Spookerton <spkrtn@pm.me>
2022-03-25 17:47:01 +02:00
Verkister 5b1e592293 Fixes catwalks making footsteps on everything
Fixes catwalks making footstep sounds on literally anything that crosses them, including ghosts and projectiles and everything else that definitely shouldn't be making footsteps.
2022-03-24 21:10:14 +02:00
Cerebulon 1ff390003e Merge branch 'master' of https://github.com/PolarisSS13/Polaris into hairnets 2022-03-22 01:39:59 +00:00
Cerebulon cafac92ada Map Tweaks March 2022 + Locker Equipment (#8439)
* Map and Locker Tweaks

* skybridge window tile switch

* additional changes
2022-03-20 11:16:17 -08:00
Cerebulon 75c7a03a7c Adds Hairnets 2022-03-17 18:48:43 +00:00
atermonera e6e434ad0b Merge branch 'master' of https://github.com/PolarisSS13/Polaris into cynosure_map 2022-02-12 15:14:31 -08:00
Cerebulon 539ac51ed8 PoIs + resin to magmellite 2022-02-07 09:42:37 +00:00
Atermonera f603223d88 Adds antag subsystem to handle antag datum init (#8383)
* Adds antag subsystem to handle antag datum init. Moves antag datum defines to a module. Antagging new_players via traitor panel moves their created bodies to appropriate spawnpoints.

* Un-oopsies some unnecessary init order changes
2022-01-27 20:08:10 -08:00
atermonera 762fd8591a Merge branch 'master' into cynosure_map 2022-01-25 20:17:56 -08:00
atermonera bd236dbdcf Fixes assorted mining toolspeed uses 2022-01-22 16:31:52 -08:00
Cerebulon c2f4d10b8b Mech and Locker Sounds 2022-01-17 13:22:33 +00:00
Atermonera 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
Atermonera 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
MistakeNot4892 f5a8e7c5bc Adds some forgotten plants for Sif flora, fixes a misnamed plant type. 2022-01-04 18:48:13 -08:00
MistakeNot4892 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
Ghost Actual 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 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
MistakeNot4892 2a44df2b21 Should prevent lattices from tripping bad init CI. 2021-12-02 13:32:35 +11:00
Atermonera 439c9bf1f7 Merge pull request #8340 from MistakeNot4892/siffixes
Various tweaks on and around exploration.
2021-11-21 00:04:24 -08:00
MistakeNot4892 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
Ghost Actual 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
Verkister 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
Neerti 7b7baf0d91 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into woodrat_map 2021-09-02 19:41:21 -04:00
Cerebulon 71d0689435 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into swimlock 2021-09-01 01:46:41 +01:00
MistakeNot4892 c87c3c8ad9 Merge pull request #8195 from Cerebulon/skyratmisc
Misc. Skyrat Sprites Port
2021-08-31 22:07:56 +10:00
MistakeNot4892 29fd66259c Merge pull request #8231 from Cerebulon/labcoats
New Labcoat Sprites
2021-08-31 10:10:12 +10:00
Cerebulon 78043b82ac duplicate MA 2021-08-29 14:05:08 +01:00
MistakeNot4892 18336942f2 Merge pull request #8241 from Cerebulon/disky
Sleep Tight Disky
2021-08-26 11:44:33 +10:00
Cerebulon fb18c8d5e3 Sleep tight Disky 2021-08-23 19:29:57 +01:00
Atermonera 53118573a9 Merge pull request #8222 from MistakeNot4892/survivalism_nomap
General wilderness updates.
2021-08-22 21:04:17 -07:00
Cerebulon 26c65596ec Removes dependency on stale PR 2021-08-22 20:09:06 +01:00
Cerebulon f5fb5d4a3c New Labcoat Sprites 2021-08-22 19:52:20 +01:00
Cerebulon d4fd5f0208 Separates Swimsuit and Athletic Lockers, Adds Wetsuits 2021-08-22 17:33:41 +01:00