Charlie
5ccd8241c4
homing projectiles + wizard spell ( #21752 )
2023-07-24 15:52:17 +01:00
Bjamcham
c874e8d1d9
The automatic Cryo storage Portal will no longer spark on use ( #21739 )
...
* New cryo portal subtype
* A better way to do it
* Update code/game/objects/effects/portals.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2023-07-24 15:45:58 +01:00
Springf
79c2e797bb
Scrying Orb gains Nightvision ( #21729 )
...
Gives night vision to the scrying orb in addition to xray vision.
2023-07-24 15:45:25 +01:00
DGamerL
b6e8403ebb
gimmegimmegimme ( #21727 )
2023-07-24 15:44:54 +01:00
GDN
0e0c726a5b
If you get facehugged and nested, you are now able to ghost ( #21717 )
...
* If you get facehugged and nested, you are now able to ghost
* more shit
* zamn
* Revert "zamn"
This reverts commit b864798b2f .
2023-07-24 15:44:20 +01:00
matttheficus
f48693ef4c
Adds Fragmentation Grenades to the Uplink ( #21726 )
...
* boom boom pow
* ctrl + c / ctrl + v is bad
2023-07-24 15:42:11 +01:00
Sadhorizon
83fb15d9df
seccomms ( #21721 )
2023-07-24 15:41:51 +01:00
Contrabang
f06f209f92
Revolutionaries now have a grace periods from attacks after beating deconversion ( #21716 )
...
* deconversion help
* scuffed?
2023-07-24 15:38:48 +01:00
SteelSlayer
b1beace4ea
stealth implant cooldown balancing ( #21713 )
2023-07-24 15:36:56 +01:00
Contrabang
2e7c83866c
Fixes headrevs being able to be mindshielded ( #21714 )
...
* VIVAAAAA
* sirryan review
2023-07-24 15:36:42 +01:00
Fridge Burns
4f145b9fe0
make sure thrower is a mob ( #21695 )
2023-07-24 15:32:37 +01:00
GDN
d907f0610e
Clown is slippery and the mime has no footsteps ( #21675 )
...
* Clown is slippery and the mime has no footsteps
* bam
2023-07-24 15:28:51 +01:00
larentoun
09eeabcbbf
[FIX/FEAT]: Bomb Guardian fixes and more DETONATE options ( #21654 )
...
* fix: Bomb Guardian fixes and more DETONATE options
https://github.com/ss220-space/Paradise/pull/1214
* fix: helper
2023-07-24 15:20:35 +01:00
matttheficus
eeca206ccf
Removes Green Giant Spider from Gold Slime Cores ( #21615 )
...
* begone dchat and admin spam
* sirryan review
2023-07-24 15:16:00 +01:00
JimKil3
bcea9d3377
Cryogenic anomalies & armor ( #21603 )
...
* cryogenic anomaly
* sprite
* reactive gelidic armor
* america number 1 raaah
* sprite (thanks atp)
* qwerty suggestion
* floor freezing
* Update code/game/objects/effects/anomalies.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
* steel review commit 2
* whitespace apparently? idk
* whitespace fix (real)
* vetus
* Update code/game/objects/effects/anomalies.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/effects/anomalies.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/effects/anomalies.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/suits/armor_suits.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/suits/armor_suits.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* early return thing
---------
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2023-07-24 15:11:21 +01:00
Qwertytoforty
f58219a6f0
Makes anomalies deadlier. Again. ( #21525 )
...
* Makes anomalies deadlier. Again.
* Update code/game/objects/effects/anomalies.dm
Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com >
---------
Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com >
2023-07-24 15:03:17 +01:00
Burzah
d39d96948e
Cyborgs and Drones dust when interacting with Supermatter Slivers ( #21750 )
...
* sillycon dusting
* Apply suggestions from code review
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
---------
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2023-07-24 15:00:13 +01:00
Bjamcham
00a474f6fe
New sliver layer(The right branch edition) ( #21744 )
2023-07-24 14:56:59 +01:00
matttheficus
14720a1978
tweak time ( #21746 )
2023-07-24 14:56:38 +01:00
DGamerL
f04a318dfd
Floodlights can now only be turned on if they are anchored ( #21680 )
...
* aight we ball
* Sirryan review
* Lewcc review
2023-07-24 10:11:59 +01:00
Luc
83229034da
Significantly reduce volume of disposals machinery when processing a ton of items ( #21700 )
...
* Reduce volume of recycler when consuming a ton of items
* Quiets up the rest of disposals machinery
* Defines, not magic numbers
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
---------
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2023-07-23 23:32:35 +01:00
GDN
df3b44e6ab
kills off last_bumped, jank reduction ( #21696 )
2023-07-23 23:32:11 +01:00
larentoun
1f61451c98
fix: Storage shuffling sound now works for mousedrops ( #21662 )
...
https://github.com/ss220-space/Paradise/pull/1357
2023-07-23 23:30:50 +01:00
Contrabang
dce69db910
Fixes some issues with the advanced and operative pinpointers ( #21630 )
...
* wooo pinpointers
* some more changes
2023-07-23 23:29:17 +01:00
Contrabang
01889aae10
Buffs the Camera bug by adding hidden cameras ( #21618 )
...
* LETS GOOOOOo
* desc
* steel review
* ASYNC MAGIC!
* lewcc review
* i cant spell
* async
2023-07-23 23:28:56 +01:00
JimKil3
86874ce415
Adds the titanium push broom, a janitor-exclusive traitor item ( #21496 )
...
* adds it
* fixes the thing
* !! scope size increasing !!
* trait rename
* surplus removing
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* code review commit 2
* fixes a minor issue
* check_grep please have mercy
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2023-07-23 23:28:24 +01:00
Venuska1117
ede086a241
... ( #21560 )
2023-07-23 22:25:55 +01:00
Octus
912d444d07
Removes Vox... Armalis, yes the other vox we forgot about ( #21519 )
...
* youtube 2008 die sound effect
* I take pride in my work
* noisecannonsbegone
* armalis clothing shit
2023-07-23 20:14:27 +01:00
Qwertytoforty
55615f762a
You may now stuff grenades in plushies. Adds the shark and abductor plushies from TG, non haunted branch ( #21769 )
...
* *cocks gun* branch's haunted
* branch is still haunted but we hired ghost hunters
2023-07-21 15:56:00 +01:00
Venuska1117
012e2c3052
Cerestation: Making Farragus Dirty ( #21494 )
...
* Making farragus dirty
- Now maintenances are dirty, and doors leading to them have chance to have dirt near them.
* test
* Changes:
- Remove "rare" dirt spawner.
- Add "maybe" and "often" dirt spawner.
- Fix "often" and "maybe" oil spawners sharing same path [...]/maybe, now they have their own paths.
* Fixing
-It now actually have changes stated before, for some reason it didn't save.
* Fixes Delta:
- Change 2 "rare" dirt spawners to "maybe" spawners, with remove issue.
2023-07-19 15:53:26 +01:00
AffectedArc07
8d7e066471
Adds OpenDream as a CI lint ( #21099 )
...
* Initial Commit
* Makes the CI work (maybe)
* Of course CI has a hissy fit
* Actually fixes the codebase
* Oops 1
* Tweaks
* oops
2023-07-18 20:50:31 -05:00
Qwertytoforty
d30399a2e5
FUCK ( #21725 )
2023-07-17 19:47:56 +01:00
Sadhorizon
855a88a548
drip ( #21624 )
2023-07-17 15:37:38 +01:00
Vi3trice
19c718ac78
Tweak floor tile replacement and add missing catwalk sprite ( #21607 )
...
* Cat.
* Cat.
2023-07-17 15:36:51 +01:00
DGamerL
f180792228
Added the old code ( #21602 )
2023-07-17 15:29:49 +01:00
Qwertytoforty
fb0dc75943
You can no longer cheese open shocked doors ( #21573 )
...
* You can no longer cheese open shocked doors
* Update code/game/machinery/doors/airlock.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* TRUE // FALSE // MAYBE
---------
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2023-07-17 15:20:23 +01:00
asciodev
539c947bc2
Reset camera upon remoteview gene deactivation ( #21465 ) ( #21546 )
...
* Reset camera upon remoteview deactivation (#21465 )
Previously, deactivation of the remoteview gene while its effects were
active (thus shifting the camera to center on another mob) would result
in the camera remaining stuck on its centered mob, without any way to
reset the view. With this change, the camera view is reset upon gene
deactivation of remoteview.
* Simplify var assignment in mutation_powers.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
---------
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2023-07-17 15:02:56 +01:00
AffectedArc07
b3d9164862
Reworks RGB procs ( #21474 )
...
* Reworks RGB procs
* Oops
2023-07-17 14:59:20 +01:00
GDN
4c1144db1d
readds the mind batterer, fully reworked ( #21193 )
...
* readds the mind batterer, fully reworked
* Update code/datums/uplink_items/uplink_general.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/devices/traitordevices.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/devices/traitordevices.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/devices/traitordevices.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* moer changes
* Update code/game/objects/items/devices/traitordevices.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/devices/traitordevices.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/devices/traitordevices.dm
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* sean review
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
2023-07-17 14:57:25 +01:00
larentoun
78db85de65
[FIX] UFO crash site chamber no more enterable ( #21664 )
...
* fix: UFO crash site chamber no more enterable
https://github.com/ss220-space/Paradise/pull/1370
* changes lavaland experiment ufo to broken substype
* Update code/game/gamemodes/miniantags/abduction/machinery/experiment.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
---------
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
2023-07-17 11:05:33 +01:00
larentoun
9c972bf7e6
feat: MALF factory emaggs borgs ( #21661 )
...
https://github.com/ss220-space/Paradise/pull/1356
2023-07-17 11:05:18 +01:00
larentoun
a53796ef1d
feat: BRPED tier4 for debugging ( #21655 )
2023-07-17 11:04:00 +01:00
larentoun
ac3d975b9f
feat: Security Records Console prints photos ( #21669 )
...
https://github.com/ss220-space/Paradise/pull/2473
2023-07-17 10:57:56 +01:00
larentoun
297e268b15
[FEAT] Battlemage Bundle now contains wizard magboots! ( #21671 )
...
* feat: Battlemage Bundle now contains wizard magboots!
https://github.com/ss220-space/Paradise/pull/1061
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
---------
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2023-07-17 10:57:00 +01:00
warriorstar-orion
8e4abf1ffa
Remove obsolete pod mainboard. ( #21649 )
2023-07-17 10:55:59 +01:00
Badoniondev
5e0e175a39
Refactors inventory items code to allow to play custom sounds, adds custom sounds to pill bottles and patch packs ( #21634 )
...
* Removed dupe playsound, sound now uses var
* pill bottles now have sounds
* Patch packs also have sounds
* Increased patch packs volume by 4db
* Moved sounds to folder, added licence and credits.
* Fixed invalid sound paths
2023-07-17 10:54:57 +01:00
Contrabang
e70b3abb93
The syndicate balloon now has a special suicide action ( #21547 )
...
* syndiballoon
* now leaves stuff on the floor behind
* lewcc review
* lewc review
2023-07-17 10:51:28 +01:00
Qwertytoforty
07889171bb
Makes meteor events more consistant, with major meteors being more deadly. ( #21459 )
...
* what do you mean a weight of 75
* yeah do this
2023-07-17 10:50:33 +01:00
SteelSlayer
0786ecaf5c
stealth implant boxes don't drop cardboard ( #21706 )
2023-07-17 10:49:11 +01:00
Nathan Winters
36b2aa1faf
Fixes a couple issues with random costume spawners ( #21711 )
...
* Fix random costume landmark sometimes spawning nothing
* Remove random egg from chicken costume landmark
2023-07-17 10:48:55 +01:00