Commit Graph

40208 Commits

Author SHA1 Message Date
Henri215
b56dc871a6 Fixes Tom description (#19409)
* Tom description fix

* Contrabang suggestion

* Apply suggestions from code review

Co-authored-by: Vi3trice <80771500+Vi3trice@users.noreply.github.com>

Co-authored-by: Vi3trice <80771500+Vi3trice@users.noreply.github.com>
2022-10-21 20:10:57 +02:00
GDN
7984a86d19 Blob report/CC detonation request is now logged (#19401)
* Blob report is now logged

* better punctuation

* Implements Ryan's suggestion
2022-10-21 20:05:12 +02:00
warriorstar-orion
69c46888da Don't track Runtime or Ian in E.X.P.E.R.I-MENTOR state. (#19430)
* Don't track Runtime/Ian on E.X.P.E.R.I-MENTOR.

* snake case changed vars
2022-10-21 20:02:57 +02:00
warriorstar-orion
c254efbcdf Remove unused newscast ability from announcements. (#19442)
* Remove unused newscast ability from announcements.

* Switch from 0/1 to FALSE/TRUE in modified code.
2022-10-21 19:59:36 +02:00
Vi3trice
3ed0c435c6 Carbon mobs get proper species-based names for mob spawners (#19451)
* Even the dead bodies get the proper names

* Right, dead bodies
2022-10-21 19:56:46 +02:00
ElorgRHG
12c4aa5590 Removes the need to make handholes for jumpsuit sprites (#19058)
* Handholes were kinda cringe

* A mildly overengineered solution

* Deconflict

* Lobby gloves fix
2022-10-21 12:35:04 +01:00
AffectedArc07
20faf722c3 Fix a cid warning (#19435) 2022-10-20 23:02:39 +01:00
GDN
72b64a72ce [GBP NO UPDATE][READY FOR TM] Simplemob GC improvement (#19225)
* Properly clears a simplemob references on GC

* We're going the whole mile here
2022-10-20 20:47:02 +01:00
GDN
59c71079fb spell/vibe check adv kingstons (#19439) 2022-10-20 20:35:41 +01:00
PacifistDalek
9aacf9fead New pumpkinhat and blumpkin hat sprites (#19429) 2022-10-20 20:35:28 +01:00
Raven567
e26b0da026 Fix poly sprite (#19421)
Co-authored-by: Raven567 <johnnyberg11@gmail.com>
2022-10-20 20:34:37 +01:00
AVeryReluctantSpider
4c63715566 Update alcohol.dm (#19417) 2022-10-20 20:33:32 +01:00
Luc
14ff69203c Lavaboat now doesn't burn you when you ride it over lava (#19405)
* Lavaboat now doesn't burn you when you ride it

* Add some more sanity checks

* don't forget to test your code

* as I was saying

* Cleanups
2022-10-20 20:13:10 +01:00
FloFluoro
acd1e96e29 Fixes typo in war declaration fail message (#19445) 2022-10-20 19:33:59 +01:00
Vi3trice
7c1d8f9d1c Get it together (#19444) 2022-10-20 19:32:51 +01:00
Charlie
45877bcfa6 fix (#19453) 2022-10-20 15:59:49 +01:00
Henri215
4c0c0d84fd [GBP: No update] Expands the usage of some bodyflags (#19392)
* forgot to include bodyflag in these places

* small adjustment
2022-10-19 17:44:49 -05:00
S34N
ce7d68fcf1 Fixes draggable bushes, sprite oversight [MAPPING CHANGES] (#19351)
* no drag the bush, and other tweaks

* im smart

* mapping changes

* delete
2022-10-19 16:22:41 -05:00
S34N
96b39e6a28 Removes USSP gateway, adds nothing (#19373)
* removes ruskie gateway

* mira

* space ruin

* oops make it a proper template

* y e e t
2022-10-19 21:13:30 +01:00
Vi3trice
6f1fc499cc Add skrell headpocket feedback and action button icons (#19317)
* Skrells know how to use their pockets

* Why did I use update_icon_state anyways

* Update skrell.dm
2022-10-19 00:23:12 -05:00
Farie82
8386e9cdef Fixes waterpacks and friends not GCing (#19269)
Move nozzles to Initialize
Makes reagents not hold a reference to their atom when they get destroyed
2022-10-18 22:52:35 -05:00
Henri215
2681f84a69 Fixes #13967 AI crewmember hologram now works properly (#19389)
* AI hologram now gets id photo instead of null flaticon

* better this way

* *coughs

* updated comment
2022-10-17 22:50:07 +01:00
DevanStrife
bb2e2a9d45 Allows wooden airlocks to be made and removes another text2path function. (#19199)
* Fixes #18882 and refactors for door assemblies

* Removes text2path, makes wooden airlocks buildable

* Use mineral crafting menu

* Minor oversight

* Comments improvement

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

* Review suggestions

* Removes unneeded vars

* Fixed tab spacing

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-16 13:04:50 -05:00
Henri215
d9903511e8 Adds the chameleon counterfeiter (#19335)
* added cham counterfeit main code

* overlays and uplink

* icon

* small message fix

* adjustments

* updated cost

* Apply suggestions from code review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* remvoved duplicated and added suggestion

* description

* adjustment

* moved to new file

* moved to new file and farie suggestion

* added examine override

* removed unnecessary stuff

* Update code/game/objects/items/devices/chameleon_counter.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* removed unnecessary stuff

* Update code/datums/uplink_item.dm

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

* lewcc suggestions

* moved playsound to before if

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2022-10-16 16:43:50 +01:00
GDN
f4a55d844b Grenade GC improvement (#19355)
* Grenade GC improvement

* Adds commits

* farie's suggestion

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

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-16 16:22:27 +02:00
Vi3trice
c4f9086b38 Orbiter component now uses lock_in_orbit parameter, allowing for orbiters that always stay with an atom (#19278)
* Wisps shouldn't get disturbed by the shuttle anyways

* Why on earth wasn't it even using that?

* Update orbiter.dm
2022-10-16 15:28:20 +02:00
Henri215
70762ba7e0 Adds briefcase/card box as leather recipes and reorganizes other recipes (#19342)
* adds briefcase and card box to leather and reorganizes recipes

* standardized the coded and removed unnecessary  \

* seconds
2022-10-16 13:47:33 +02:00
GDN
e510680a20 adds blackbox logging for revival (#19399) 2022-10-16 12:33:41 +01:00
Henri215
2280de0b7b Fix #18370 Crayon bedsheets colors are correct now (#19279)
* correct color for washing machine bedsheet

* var name tweak
2022-10-16 13:05:11 +02:00
SteelSlayer
7be863bb77 fixes scuffed RCD airlock image previews (#19386) 2022-10-15 23:18:22 +01:00
Luc
b25046d0d7 [GBP: NO UPDATE] Fixes robotic surgery issues (#19253)
* Fixes robotic surgery issues

* Update code/datums/components/surgery_initiator.dm

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

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-15 13:50:48 -05:00
Contrabang
d05543f416 Removes the HOP's second locker from Cyberiad and Kerberos (#19319)
* goodbye hop2

* nukes the code

* REVERT THAT, WRONG BRANCH

* FUCK

* light and stuff restored
2022-10-15 13:33:00 -05:00
Henri215
227bdc20ea Fixes monitors having the wrong circuit board when deconstructed (#19307)
* turns engine monitor into a proper item

* fixed the other monitors

* Update code/game/machinery/computer/camera.dm

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

* lowercase names

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2022-10-15 12:51:51 -05:00
S34N
edeba92326 Smoke spells readability (#19387)
* read the smoke

* oops

* contra

* contra

* more tidying

* last one

* Update code/modules/projectiles/projectile/magic.dm

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

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-15 18:05:55 +02:00
Farie82
a7179d97bf Makes wormhole projector portals spawn effects once every 0.5 seconds max (#19398)
* Refactor the parameters and starting the teleport

* Adds arguments and moves the default effect generation up to do_teleport

* Typo in arguments

* portals now only create sparks every 0.5 second when things pass through

* Comment fix
2022-10-15 11:40:32 +01:00
Contrabang
34309c24b8 Fixes mulebots not being screwable (#19348)
* fixxy fixxy

* farie review

* s34n review
2022-10-15 09:25:02 +02:00
Farie82
53938406bd Ensures status effects can't be added post qdel (#19292) 2022-10-14 22:51:13 -05:00
Henri215
7905238159 Fixes point of sale description (#19221)
* fix typo and pos into phone subtype

* description update

* Update code/game/objects/items/weapons/misc.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
2022-10-14 22:36:14 -05:00
SteelSlayer
79f9761a63 fix alerts not appearing (#19385) 2022-10-15 00:21:43 +01:00
S34N
f3ea9198d6 smooth_rock (#19265) 2022-10-14 21:30:26 +01:00
matttheficus
7bb99cb7bd Contractor Post-Prison Injuries (#19116)
* it begins

* Test Number One

* it works, i can now break you

* fix vars

* pickproc

* pickproc 2 electric boogaloo

* indentation is hard

* slime/IPC check

* spacing

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

* spacing 2 electric boogaloo

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

* slime/IPC returns

* oops 2

* null checks

* more changes

* farie review

* spellcheck via lewcc

* farie review

* early return

* today matt forgets how to do logic problems

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

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-14 13:34:29 +02:00
Qwertytoforty
4c13246d30 Adds the u-ION silencer to rnd, replacing ecrossbow. Ecrossbow up to syndicate 5 (#19170)
* Adds the u-ION silencer to rnd, replacing ecrossbow. Ecrossbow up to syndicate 5

* grammer / typeblock

* 15 is not more than 15

* how did I miss this, I swear I put in 3

* path + crafting

* Update code/modules/crafting/guncrafting.dm

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

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2022-10-14 08:28:07 +02:00
PopeDaveThe3th
597a5a1801 Removes ability for facehuggers to target corgis (#19354) 2022-10-13 22:03:09 +02:00
Vi3trice
59dfdba201 Everything else through the door (#19358) 2022-10-13 21:56:58 +02:00
Contrabang
2410930b2b fixes radios (#19367) 2022-10-13 21:45:42 +02:00
GDN
c15bf6dbb3 Fixes an OOO issues with badminbombs and mobs (#19363) 2022-10-13 21:44:13 +02:00
Nathan Winters
e9bbb0c0b6 Cleans up some disease data (#19359)
* Clean up double-defined spread flags

* Casing consistency

* Spread text consistency

* Add proper spread text to the Cold

* Add proper spread text to the Appendicitis
2022-10-13 21:43:26 +02:00
S34N
db11313caa Fixes draggable bushes, sprite oversight (#19349)
* no drag the bush, and other tweaks

* im smart
2022-10-12 20:21:39 +02:00
GDN
313495d36e Puts paper on layer 3 (#19344) 2022-10-12 20:19:07 +02:00
Charlie
bc79020037 fixes hallucination shocks (#19361) 2022-10-12 11:09:55 -05:00