Commit Graph
18232 Commits
Author SHA1 Message Date
PidgeyandGitHub 3095a3468e Makes Chicken Man statues in Mr. Chang's into real statues (#13721)
* I think this is ok?

* Chicken Man and Kidan statues are now real statues that can be moved and disassembled (disassembly causes them to vanish without dropping materials as there are no bronze or obsidian stacks). Moved their sprites from decorations to statues for consistency.

* Oops! Metastation too.

* Finally got everything sorted out. Phew!

* The OXENbot on the derelict station is no longer a renamed chicken man statue. It can also be unanchored and sliced up for metal should you be inclined to do so.

* What even is this? Delete this.

* Coding standards

* Removed density variables from the changed statues.

* Fixes conflicts
2020-07-13 14:23:56 -04:00
Fox McCloudandGitHub cbb832e4ca Merge pull request #13633 from AzuleUtama/darkGygaxTweaksAgain
Fixes being able to 'stack' repairs on mechs
2020-07-13 14:20:52 -04:00
Fox McCloudandGitHub cc4343d282 Merge pull request #13824 from AffectedArc07/tcomms-fixes-2
More Tcomms Fixes
2020-07-13 13:57:47 -04:00
Fox McCloudandGitHub de0c606969 Merge pull request #13502 from AffectedArc07/hook-kill-v10-final-ultimate-final
HOOKS ARE DEAD
2020-07-13 13:55:04 -04:00
AffectedArc07 d9d97b6cc6 More Tcomms Fixes 2020-07-13 11:26:17 +01:00
Fox McCloudandGitHub a86b5e6834 Lavaland Atmos Fixes (#13783) 2020-07-12 14:31:39 -06:00
Fox McCloudandGitHub 48fbdda84b Standardizes Holodeck (#13701)
* Standardizes Holodeck

* fixe and real space

* last errors

* map update

* fix

* console fix

* mapping error
2020-07-12 14:25:08 -06:00
AffectedArc07andGitHub 390e41e91d The elephant: Ruin + Whiteship rework (#13632)
* The elephant: Ruin + Whiteship rework

* ROUND TWO: FIGHT

* Forgot this

* Kyet Fixes

* [NEEDS TESTING] Tweaks from new knowledge

* Adds to Meta, Removes from Delta

* This isnt needed anymore

* Adds in one empty space level

* Area tweaks
2020-07-12 13:44:58 -06:00
AffectedArc07 014dbd95d9 Merge branch 'master' into hook-kill-v10-final-ultimate-final 2020-07-12 09:27:33 +01:00
Fox McCloudandGitHub f71e66f428 Merge pull request #13760 from denghis1/bugfix_syndicate_bomb_defusal
bugfix syndicate bomb not triggering defuse properly
2020-07-11 22:26:45 -04:00
AffectedArc07 650c638d41 Removes semicolons 2020-07-11 18:51:45 +01:00
cf3e26f670 Notify admins when AI core is created (#13801)
* notify admins when an ai core is created

* add co-ords

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-07-11 02:42:30 -06:00
farie82andGitHub 3a5abbf8d1 Fixes cling eyes runtiming if you lack eyes (#13798) 2020-07-11 02:37:33 -06:00
farie82andGitHub bd2fb61eff Use UID instead of \ref (#13803) 2020-07-11 02:35:31 -06:00
07cee420a3 Scoreboard: Score and Rating Cleanup (#13696)
* Update scoreboard.dm

* Update scoreboard.dm

Co-authored-by: DaveKorhal <davekorhal@gmail.com>
2020-07-11 01:20:25 -06:00
Fox McCloud 37d30a9057 Optimizes Smoking 2020-07-10 03:04:35 -04:00
Fox McCloudandGitHub 39c98afcde Merge pull request #13758 from denghis1/bugfix_drones_opening_lockers_while_in_vent
bugfix: drones opening or closing lockers while ventcrawling
2020-07-09 16:47:28 -04:00
Fox McCloudandGitHub 2a055969ee Merge pull request #13725 from Kyep/to_chat_fix
Genetics DNA Modifier Fixes
2020-07-07 13:53:01 -04:00
Fox McCloudandGitHub 163050be1d Merge pull request #13744 from denghis1/slot_machine_add_unwrench
Tweak, Added wrench_act to slot machines, so that they can be moved by the crew
2020-07-07 13:51:37 -04:00
variableundefinedandGitHub a545a13ed4 Merge pull request #13747 from Fox-McCloud/new-player-gc
Makes New Players GC
2020-07-04 21:27:15 -04:00
Fox McCloudandGitHub 1d11ff40e7 Merge pull request #13763 from farie82/blob-antaghud-fix
Makes blobs not add new_players to the HUD list. Fixing AHUD
2020-07-03 16:46:25 -04:00
Fox McCloudandGitHub cf4450e3b3 Merge pull request #13756 from AffectedArc07/deletes-zombies
Obliterates Zombies
2020-07-03 16:34:27 -04:00
joep van der velden ae778d3810 Makes blobs not add new_players to the HUD list 2020-07-03 22:25:43 +02:00
denghis1 7c976a7c98 cleans up the defused part of process() a little
Removes countdown.stop and stop_processing from the else if (defused) part, since this will be run on next tick of process() no need to run this twice.
Also removes the defused part of if(defused && (payload in src)) since we already check for defused above
2020-07-03 20:34:11 +02:00
denghis1 82c6595926 fixes syndicate bomb not triggering defuse properly
Moves active = false from wires\syndicatebomb\UpdateCut()
to machinery\syndicatebomb\process()
removes a redundant check for if the bomb is not active in machinery\syndicatebomb\process()
This fixes the bomb not triggering payload.defuse() in process(), and thus makes the training bomb actually work again
2020-07-03 19:30:04 +02:00
denghis1 29045e16dc closet attack_ai check for user.loc /obj/machinery/atmospherics
Checks if the user.loc type is part of/obj/machinery/atmospherics machines (pipes, vents etc) this prevents a ventcrawling maintenance drone from opening lockers.
2020-07-03 11:09:56 +02:00
AffectedArc07 e305530d59 Obliterates Zombies 2020-07-02 21:22:55 +01:00
AffectedArc07andGitHub 748b8e88e1 Merge branch 'master' into hook-kill-v10-final-ultimate-final 2020-07-02 11:17:30 +01:00
Fox McCloud 8852a9de58 Makes New Players GC 2020-07-01 10:45:42 -04:00
denghis1 c709b13345 Prevent swarmers from eating the green podbay door energy barrier
Prevents swarmers from eating the spacepoddoor, green energy field. This could be eaten to open up a way into space for swarmers
2020-07-01 15:54:10 +02:00
denghis1 71501580dd Timer set to use default value
Timer for wrenching changed from 120 the use the proc default instead of 20, this brings it in line with most other wrenchable objects
2020-07-01 13:20:49 +02:00
denghis1 6d6091c0e2 Added wrench_act to slot machines, so that they can be moved by the crew
Added the section of code that is used on pretty much every wrenchable machinery to the slot machines, so that they can now be moved and wrenched down again. Wrench time set to 120 to make it take a tad longer than most things to unwrench/wrench.
2020-07-01 09:29:10 +02:00
Fox McCloudandGitHub ad210368b9 Merge pull request #13730 from Gatchapod/isSynthetic-removal
Removes isSynthetic() helper, replaces its instances with ismachineperson()
2020-07-01 00:12:23 -04:00
Gatchapod 3e6ad37661 renaming it is a good idea, too 2020-07-01 05:25:49 +02:00
Fox McCloudandGitHub 58c57011b0 Merge pull request #13606 from CornMyCob/feet
clean_blood refactor
2020-06-30 20:28:20 -04:00
Fox McCloudandGitHub 2e2e3a2919 Merge pull request #13720 from dearmochi/armor-vv
Add ability to VV an object's armor easily
2020-06-30 20:02:12 -04:00
Fox McCloudandGitHub 33af3fac4f Fixes Random Drugs failing Travis and Maint Loot (#13719) 2020-06-30 17:58:12 -06:00
Fox McCloudandGitHub e438ff4d36 Makes Mobs Lazier and Removes Hard References (#13693)
* Makes Mobs Lazier and Removes Hard References

* fluff
2020-06-30 17:52:28 -06:00
Fox McCloudandGitHub 0dea896023 Minor Turf Refactor (#13690)
* Turf GC

* might as well do this

* additions

* Bay being bay
2020-06-30 17:47:09 -06:00
Gatchapod 94a77895bc We don't need it, do we? 2020-06-30 13:39:04 +02:00
AffectedArc07andGitHub 58aa86cb9f TGUI-V3 (#13310)
* I need that gitignore file

* Temp Commit - DOES NOT COMPILE

* THE SHIT WORKS

* Readme change

* Disposal Unit --> TGUI

* mmmm yes CI which may not actually work

* New GitIgnore

* ITS TGUI-NEXT BABY

* Doc update

* CI tweak

* Chmod

* And again

* *sigh*

* Lets appreciate the irony of me failing CI stages

* 0/1 --> True/False

* Fixes some update nonsense

* CI Update

* Lets try this

* What about this maybe

* NVM is hurting me

* I swear to god

* A little bit of validation in my life

* V3 BABYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY

* Fixes

* Fixes NaN appearing for a few frames when UIs open

* Fixes + Crew Monitor

* Corn + Steel + Mochi Fixes

* Forgot this

* Fixes from stylemistake

* Code Change

* Adds logout proc

* Offline implications + Resizeable crew monitor

* Change locate() to locateUID()

* Change div --> box
2020-06-30 03:51:36 -04:00
Kyep 5393a840e0 Fox requests 2020-06-29 23:01:13 -07:00
Kyep 359b26a811 Fox request, pass in the usr as arg to go_out()/eject_occupant() 2020-06-29 20:05:20 -07:00
Kyep 29a16d3116 Fixes dnamodifier bugs 2020-06-29 18:14:19 -07:00
CornMyCob 05c2629021 resolve conflicts 2020-06-29 15:20:03 +01:00
mochi 465049855e Add ability to VV an object's armor easily 2020-06-29 01:16:52 +02:00
Fox McCloudandGitHub 4ebc2070e1 Updates Ship Ambience (#13635)
* Updates Ship Ambience

* derp

* removes traitor.ogg

* remove unused

* leave it in, but don't compile it in

* styling
2020-06-28 15:18:37 -06:00
Fox McCloudandGitHub 2274a21409 Merge pull request #13714 from farie82/blob-fix
Makes blob splits not spawn a new camera in null space if the core died
2020-06-28 17:14:06 -04:00
Fox McCloudandGitHub 1cdf827efc Merge pull request #13713 from farie82/cult-null-space-fix
Fixes cultists being teleported to null space
2020-06-28 17:08:18 -04:00
Fox McCloudandGitHub 93db61665d Speech bubble refactor and Features (#13598)
* Speech Bubble Update and Refactor

* OBJECTION

* magistrate too

* args

* clean up and plug in atom say

* better
2020-06-28 14:23:32 -06:00