Commit Graph
1776 Commits
Author SHA1 Message Date
AtermoneraandGitHub 488f97fdeb Merge pull request #9025 from Mechoid/PlanetaryMeteors
Rocks Fall, Everyone Dies. AKA Adds Planetary Meteors (Again) (For Real)
2023-03-13 23:42:19 -08:00
AtermoneraandGitHub 71637d1ffa Merge pull request #9016 from Cerebulon/bagger288
Duffle and Bag of Holding Sprites
2023-03-08 19:39:59 -08:00
6b909477bc the little construction pr (#9002)
* the little construction pr

* construction-related bugfixes (teal carpet corners, arcade construction, airlock screwdriver panel)

* Update code/game/objects/items/stacks/tiles/tile_types.dm

Co-authored-by: Atermonera <atermonera@gmail.com>

* mmmm sweet sweet updates

* actually compiles

---------

Co-authored-by: Atermonera <atermonera@gmail.com>
2023-03-08 18:55:54 -08:00
Mechoid ca2f68bf14 Adds Planetary Meteors (Again) (For Real)
Planetary meteor showers can occur.
Hull shield generators made Smarter for planetary use.
2023-03-05 05:27:29 -08:00
FrenjoandGitHub 20cdc4b676 Converts move intents to /decl/move_intent (#8993)
* Converts move intents to /decl/move_intent

Adds /decl/move_intent/walk and /decl/move_intent/run.

Switches all move intent checks to use the new IS_RUNNING and IS_WALKING macros.

Renames and refactors /mob/living/proc/set_m_intent() to /mob/living/proc/set_move_intent(decl/move_intent/intent).

Removes the unnecessary /mob/var/m_int and associated code.

Updates all move intent setters to use set_move_intent().

* Swaps incorrect config values

Swaps incorrect move delays since I got them backwards somehow, oopsies.

* Adds suggested ?. operator

Compactifies two if statements using the ?. operator instead.
2023-03-04 14:28:10 -08:00
SypsotiandGitHub 99bd1a5891 Merge pull request #8978 from Doctress/oxygenisgreaterthanair
Swaps Air Tanks for Oxygen Tanks
2023-03-04 15:24:54 -06:00
MechoidandGitHub 7b018e3281 Upkeep on Mech & Cliff code. (#8946)
* Upkeep on Mech code.

Assembly Mines fixed, they do not spawn with an explosive payload from parent.

Vehicles no longer ignore cliffs.

Exosuits no longer ignore cliffs.

Objects can fall off cliffs. Objects with a buckled person will hurt the person. (Rollerbeds looking at you.)

Jumpjets added to allow planetary traversal, primarily useful upon the Serenity, Hoverpods, and Marauders (adminspawn). When toggled, they allow movement vertically, and prevent falling through open spaces. When used as the active equipment, it will launch the exosuit toward the target turf. When not on one of the above mentioned suits, it will cause a small explosion on launch, damaging the exosuit and anything directly nearby.

* Fighters are flying.

* Revert step delay floor adjustment. Flat strafing modifier of 1/5th of a second should be enough.

* Correction and Tweak.

* Fix stupidity.
2023-03-04 11:36:18 -08:00
Cerebulon 8959dde3cf Duffle and Bag of Holding Sprites 2023-03-03 03:27:21 +00:00
AtermoneraandGitHub ef923eb75d Merge pull request #8981 from Mechoid/SafesAreSafer
Safes Move Objects In Late Initialize.
2023-02-25 00:05:15 -08:00
CerebulonandGitHub 69ba99b5e6 /tg/ era language pass (#8962)
* /tg/ era language pass

* Another pass, more generally inc. code comments

* Even more word tweakies
2023-02-24 23:33:52 -08:00
Mechoid 876a07c3b5 Safes now eat their cheerios in Late Initialize. 2023-02-22 14:22:03 -08:00
Doctress 66f42bd4ae Swaps Air Tanks for Oxygen Tanks
New Perri-Air
Canned in Druidia
Naturally Sparkling
Salt Free Air
All Natural Druidia-- okay I'm done with this bit now.
2023-02-21 23:32:51 +10:30
Seris02 e3bbc4cb81 allows soap and showers to clean toes, and space cleaner to actually clean synthetic toes 2023-02-01 00:14:56 +08:00
Cerebulon 2a64424caa Tiny grammar tweaks 2023-01-29 00:14:08 +00:00
MistakeNot4892 41c0c8f82f Lowers frostbelle point value, increases rarity. 2023-01-23 21:44:09 +11:00
Greenjoe12345andGitHub 83eaaa0a4f Teshari sprites additions and adjustments (#8869)
* teshsprites

* more additions

* oop

* rdsheet fix

* additional additions
2023-01-15 11:02:31 -08:00
spookerton e9ebd4b434 updated christmas icons & lights layer, fake snow
by Greenjoe12345
2022-12-13 22:32:07 +00:00
spookerton e51d6e7333 drakes can break down trees and dig up stumps 2022-11-27 14:43:31 +00:00
Mechoid 12708b678b AlienObjects tm are once again alien objects 2022-11-10 20:34:35 -08:00
Cerebulon 70d3e185ed Basic Uniform Polish: Cargo 2022-11-06 02:58:15 +00:00
spookerton cd25cb4b3a correct mixed case QDEL_NULL/qdel_null + behavior 2022-11-03 12:38:03 +00:00
MistakeNot4892 6c00aedbd7 Repathed ponchos to accessory/storage. 2022-10-31 00:17:53 +11:00
Cerebulon e5f251b02c Adds a bunch of halloween costumes, costumes in loadout, costume file sorting 2022-10-25 03:42:19 +01:00
Cerebulon dc6b9751bc Basic Uniform Resprite: Civilian 2022-10-24 22:32:03 +01:00
spookerton 4557f8573c atom_flags tests snafu corrections 2022-10-18 09:36:41 +01:00
spookerton ffba11e5ab rename a bunch of atom flags 2022-10-18 09:36:41 +01:00
spookerton bb472b4832 replace 0 for EMPTY_BITFIELD on atom_flags configs 2022-10-18 09:36:40 +01:00
spookerton 3abdbbaa1c replaces atom.initialized with ATOM_INITIALIZED
refactors atom/var/flags to atom_flags and area_flags
moves NOBLOODY, NOBLUDGEON, and PHORONGUARD to item_flags instead of atom_flags
corrects various misapplied flags
2022-10-18 09:36:36 +01:00
Cerebulon a1498026ff Conflict Resolution 2022-10-16 20:31:15 +01:00
Cerebulon b1536ca2dd Basic Uniform Resprite: Engineering 2022-10-11 00:28:14 +01:00
Cerebulon da8126552e map repaths 2022-10-09 20:26:50 +01:00
Cerebulon 575a27edcb Firefighting gear 2022-10-09 20:02:54 +01:00
SpookertonandGitHub a4a3e49e2c Merge pull request #8708 from Cerebulon/miscsprites2022
A milieu of misc sprites
2022-10-07 21:14:35 +01:00
SpookertonandGitHub 1b45aa70ba Merge pull request #8729 from Cerebulon/stopshowering
Fixed showers not appearing to turn off
2022-10-07 21:11:12 +01:00
Cerebulon 327b266f17 shiver me unterminated text 2022-10-07 09:49:26 +01:00
eb03615d1d Update code/game/objects/structures/signs.dm
Co-authored-by: Spookerton <spkrtn@pm.me>
2022-10-07 09:42:41 +01:00
Cerebulon 172d073030 Fixed showers not appearing to turn off 2022-10-04 12:46:38 +01:00
Cerebulon 6dacd73c2c timber shivering support 2022-10-03 11:07:41 +01:00
Cerebulon f8d1fd47ff Fixed typos. 2022-10-02 04:28:58 +01:00
Cerebulon 8b5512c444 A -ton of Flags 2022-10-01 11:53:59 +01:00
Cerebulon 1833dd66fc in-hand sprites and fire cabinets 2022-09-26 11:14:14 +01:00
SpookertonandGitHub 8ce2659f02 Merge pull request #8693 from MistakeNot4892/doggo
Even more drake stuff.
2022-09-01 12:37:58 +01:00
SpookertonandGitHub 593c87c505 Merge pull request #8698 from Atermonera/airlock_assy_base_name
Airlock assembly naming window starts with base_name
2022-09-01 10:58:01 +01:00
atermonera d134de0479 Airlock assembly naming window starts with base_name 2022-08-31 22:39:12 -08:00
MistakeNot4892 a617360eb0 Reworking harness verbs. 2022-08-28 13:56:04 +10:00
MistakeNot4892 ffbcc8c800 Adding baby drakes. 2022-08-25 00:25:03 +10:00
MistakeNot4892 9a4211bdb8 Tweaking drake dens. 2022-08-24 23:49:02 +10:00
MistakeNot4892 31473d1f05 More work on drake/animal logic. 2022-08-16 19:56:24 +10:00
MistakeNot4892 143078619b Tweaking/adding to drakes and surrounding logic. 2022-08-16 18:36:28 +10:00
MistakeNot4892 2fff418057 Streamlines flora harvest check. 2022-08-16 15:00:59 +10:00