Commit Graph

791 Commits

Author SHA1 Message Date
alex-gh cf8df529e5 Fixes anomalies spawning in walls (#19064)
* Fixes anomalies spawning in walls

* break

* Update code/modules/events/anomaly.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* better log message

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2022-09-25 17:27:27 +01:00
Edan 27509fc5b6 based (#18991) 2022-09-14 23:27:17 +01:00
alex-gh 6ce0ab1837 Adds non-contagious disease berserker to the disease blacklist for disease outbreak (#19003) 2022-09-12 22:32:11 +01:00
alex-gh 474fc426a7 Combines the major disease outbreak event with the moderate. (#18971)
* Rolls the major disease outbreak event into the moderate

* Fix compiler warning

* removes major into moderate config
2022-09-09 20:35:24 -05:00
Adri 5e8930bec0 Fixes the dimensional rift being able to spawn in maintenance (#18954)
* Unifies findEventArea()

* Removes an unused area
2022-09-07 13:38:48 +01:00
alex-gh 7e3dda4556 Rework disease outbreak event (#18654)
* Rework disease outbreak

* Better dchat message

* Mary had a little lamb

* no symptoms for carriers

* Review Fixes part 1

* Review Fixes part 2

* Review Fixes part 3

* Lowers mundane disease probability

* Mundane disease can only happen once

* Improved naming/dchat message

* subtypes!

* space

* fix diseases overwriting each other

* SPAAAAAACE

* dchat message fix

* no initial
2022-09-01 12:49:27 +01:00
AffectedArc07 629c099db7 Refactors status displays (#18811)
* Refactors status displays

* biggest commit
2022-08-29 16:45:29 +01:00
GDN 28137689b8 Swarmer removal (#18873) 2022-08-22 19:50:18 +01:00
AffectedArc07 34ed47ae74 Refactors stack traces, tiny bit of cleanup (#18773) 2022-08-14 02:11:40 +01:00
AffectedArc07 4ef0c1c84c Some more stats logging (#18700) 2022-08-09 18:45:57 +01:00
Edan 1d552ab0e4 Armour Refactor (#18547)
* initial commit

* bullet fix + 100% armour pen

* equivalent armour values

* percentage armour pen

* updates bombing

* adds more defines

* i like armour too much

* review pass 1

* review pass 2

* updates with lavaland elites

* armour penetration value tweaks

* wt550 AP round change
2022-08-01 20:23:49 +01:00
FloFluoro cfc3ea2408 Adds sound effect stings to Terror/Abductor events (#18513)
* Adds spawn-in sound effects to Terrors/Abductors

* Shortened abductors.ogg
2022-07-26 15:43:06 +01:00
FloFluoro 51361d3b90 Delays "Level 7 Biohazard" announcement (#18502)
* Delays"Level 7 Biohazard" announcement

* Tidied dchat announce
2022-07-23 23:13:22 +01:00
KalevTait 938135f3d8 modules misc (#18315) 2022-07-20 22:56:34 +02:00
Farie82 422f40b670 Makes it so the baseturf on lavaland is lava, not space (#18193) 2022-07-03 22:28:19 +01:00
AffectedArc07 3c00a1f061 Removes cortical borers. No, I am not sorry. (#18161)
* Removes cortical borers. No, I am not sorry.

* Icon purge
2022-07-01 23:25:01 +01:00
moxian 59b91e7c37 Fix runtime in mass-hallucination event (#18093) 2022-06-26 11:24:55 +01:00
Qwertytoforty 9dc65f5cf0 Meteor shield sats can now shoot meaty ores (#17957)
* Meteor shield sats can now shoot meaty ores

* Update code/modules/station_goals/shield.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2022-06-14 14:56:28 +01:00
S34N b807a0367f Make solar flares an actual hazard (#17769)
* solar flares burn

* clarity

* duration adjustment

* Update code/datums/weather/weather_types/solar_flare.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* nerfs glass floors, buffs arrivals

* Apply suggestions from code review

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

* le ecs ray buff

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
2022-05-27 20:43:03 +01:00
S34N 83e228cbcb Minor refactor of spawners, fixed rogue drone and carp events not spawning mobs (#17849)
* lessens the use of GLOB.landmarks_list

* delete redundant blob icon

* Apply suggestions from code review

Co-authored-by: moxian <moxian@users.noreply.github.com>

* review part 2

* aa review

Co-authored-by: moxian <moxian@users.noreply.github.com>
2022-05-24 14:26:36 +01:00
S34N 3d24eeedd8 Fixes spawning logic of vent-spawned antags (#17844)
* fixes vent spawning antags breaking

* adds exception to xenobio vents

* simplifies the proc

* tidies the logic
2022-05-24 12:46:24 +01:00
Adri 4d1cc314e0 Fixes the honkmensional tear's leader and announcement (#17821) 2022-05-18 13:50:56 +01:00
moxian 922f4ed04e Immovable rod can now cause hull breaches. (#17675)
* Immovable rod can now cause hull breaches.

* .. only the event version, not the wizard one

* Descriptive constants
2022-04-30 15:55:50 +01:00
Adri 68974e46c9 Dimensional tear update (#17629)
* Adds a low heartbeat sound

* Changes mob names to lowercase

* Rewrites the dimensional tear event

* Simplifies step, updates comment

* Turns the frenzied hellhound into a subtype

* Removes old code

* Replaces flicker with get_spooked

* Fixes the linter error

Co-authored-by: Vicacrov <fe.adelina@gmail.com>
2022-04-20 12:21:58 +01:00
Vi3trice 8e144af622 Just the pod, tube is fine (#17576) 2022-04-06 13:27:28 +01:00
SteelSlayer 7131a3f2e2 Fixes Dreamchecker warnings in the codebase (#17422) 2022-02-23 08:36:02 +01:00
S34N 0cc1ebd46c [MDB Ignore] Refactors spawners, adds unique icons to spawner effects (#17238)
Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com>
2022-01-09 22:10:00 +01:00
Farie82 60647dc4c0 Makes playable mobs GC better by reworking how GLOB.respawnable_list works (#17217) 2021-12-13 09:22:08 +01:00
Luc ac214ffa29 Make ghost notification for blob mouse follow the mob instead of just jumping to it (#17189) 2021-12-10 09:17:51 +01:00
dearmochi ca87534d46 Revert "Removes some unnecessary global variables (#16353)" (#17170) 2021-11-28 09:18:27 +00:00
SabreML 5397d28c4f Removes some unnecessary global variables (#16353)
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-11-28 09:50:27 +01:00
Fox McCloud 66a169fa1a Updates Meteors (#17138)
* Updates Meteors

* nitpicks
2021-11-20 09:03:12 +01:00
Fox McCloud e2c10ec83d Merge pull request #16775 from Qwertytoforty/RIP-AND-TEAR-but-not-nightmare-mode
Nerfs (S)laughter demons
2021-11-08 14:40:57 -05:00
Qwertytoforty 1e66469676 Adds an event that uses the base slaughter demon, rather than midround 2021-11-07 12:37:10 -05:00
variableundefined 3cc0a652d2 Merge pull request #16916 from Qwertytoforty/deader-chat
Allows wizards to mute dead chat for 2 wizard points.
2021-10-17 13:32:04 -05:00
Qwertytoforty fee76f5b0e localy cached 2021-10-17 10:03:40 -04:00
SabreML cfc09eef49 Ion law observer message 2021-10-12 12:17:56 +01:00
Qwertytoforty 0b27d4822f Allows ghosts to mute dead chat for 2 wizard points. 2021-10-11 12:38:16 -04:00
Qwertytoforty 768af96d1c Removes nerf from base slaughter demon / laughter, makes a nerfed version for midrounds 2021-10-06 09:16:42 -04:00
AffectedArc07 129318891d Nukes spacepods and associated jobs 2021-10-02 13:16:24 +01:00
SabreML 2b3a4a3def AntagHUD Blob 2021-09-18 11:21:47 +01:00
variableundefined fa3fa1dc6a Merge pull request #16579 from FlattestGuitar/armor-defines
Adds defines for damage flags
2021-09-17 22:10:20 -05:00
variableundefined a52b8ea20f Merge pull request #16721 from Qwertytoforty/za-world
Moves existing_station_areas to SSmapping, to prevent midround lag
2021-09-17 21:33:46 -05:00
SabreML 11941d7791 Target 2021-09-17 16:25:27 +01:00
Qwertytoforty 23b74b126d Moves existing_station_areas to SSmapping, to prevent midround lag 2021-09-16 14:04:07 -04:00
variableundefined f921d6ae7f Merge pull request #16662 from Aurorablade/KoiKoiKoiKoi
changes size of koi migration
2021-09-09 22:28:45 -05:00
Aurorablade c81e89698e I did not make a newline issue..
haha newline issues much?
2021-09-08 20:04:47 -04:00
Aurorablade e760cc3b73 changes size of koi migration 2021-09-08 19:44:57 -04:00
Vi3trice a77fefe54b Adds a few AI sounds for anomalies, and the APC short event that ended up losing it previously 2021-09-08 10:57:16 -04:00
AffectedArc07 b0e9db64bd Revert "Merge pull request #16520 from SabreML/fix-bundle-4"
This reverts commit 9a62622fbc, reversing
changes made to 841ad0f1fd.
2021-09-07 16:16:40 +01:00