Commit Graph

27905 Commits

Author SHA1 Message Date
Aronai Sieyes 9292dd73bd Merge pull request #11246 from VOREStation/Arokha/betterpref
The nightmare is over
2021-07-25 20:50:44 -04:00
Aronai Sieyes bd110f03de Scary so remove 2021-07-25 20:38:11 -04:00
Aronai Sieyes 5971c6a206 The nightmare is over 2021-07-25 19:44:59 -04:00
Aronai Sieyes ef9b335ef6 Adds medical kiosk to code/buildable 2021-07-25 17:46:38 -04:00
Aronai Sieyes f4eeda2177 Merge pull request #11235 from VOREStation/Fixes/11223
Fixes #11223
2021-07-25 17:46:03 -04:00
Atermonera 6c0484eae9 Merge pull request #8180 from GhostActual/Chemsprayer
Chemsprayer Update
2021-07-24 19:42:06 -04:00
Aronai Sieyes df3bb7812f Fixes #11223 2021-07-24 16:41:37 -04:00
Aronai Sieyes a45d757110 Merge pull request #11227 from VOREStation/Arokha/droppy
Improve admin spawn features
2021-07-24 13:04:20 -04:00
Aronai Sieyes 86a01bfb93 Merge pull request #11224 from VOREStation/Arokha/recycling
Add recycling machinery
2021-07-24 13:04:03 -04:00
Aronai Sieyes 148e4e591c Small tweaks 2021-07-24 12:36:13 -04:00
Aronai Sieyes fd00e8453f Improve admin spawn features 2021-07-24 00:47:05 -04:00
Aronai Sieyes ed28e8f3e6 Add recycling machinery 2021-07-23 18:45:18 -04:00
Aronai Sieyes f6e20c0794 Add angled wall machines for use on angled walls 2021-07-22 21:38:58 -04:00
Aronai Sieyes 68c9e6a23d Fix bugs! 2021-07-22 16:01:52 -04:00
Aronai Sieyes f4daa9e139 Tweak building since bay has a lot more sprites 2021-07-22 16:01:52 -04:00
Aronai Sieyes 6a5d9a5660 Add building steps! 2021-07-22 16:01:52 -04:00
Aronai Sieyes 5e78c8e1e0 Merge pull request #11198 from Very-Soft/vendorinducers
Increase inducer vendor cost
2021-07-22 16:01:03 -04:00
VerySoft 4e684c996f make the mining one 3500 2021-07-22 15:18:02 -04:00
Aronai Sieyes e4220f3331 This is the second time I've coded this, huh 2021-07-22 14:59:22 -04:00
Aronai Sieyes caf3bbd9fb Merge pull request #11202 from VOREStation/vplk-optimize-machines
Optimize machinery processing
2021-07-22 12:28:47 -04:00
Aronai Sieyes b9e8de8f2c Merge pull request #11201 from Enzo-Leon/migrations-2
Quick migration hot-fix
2021-07-22 12:28:23 -04:00
Leshana 4dbff38037 Refactor conveyors to use static area power. 2021-07-21 19:51:23 -04:00
Leshana 5e226c1c16 Refactor conveyors to not process when they're not operating. 2021-07-21 19:51:23 -04:00
Leshana ad43a434ac Refactored solar panels to no longer process(), also fixed bugs.
- Instead of the solar panels process() producing power, the control computer keeps track of total connected power and produces it.
- Fixed various procs which are supposed to return values to actually do so.
2021-07-21 19:51:23 -04:00
Anthony Rodriguez 2b6f5bc863 Quick migration hot-fix 2021-07-21 15:46:31 -07:00
Heroman 6116e5f0c2 Adjusts indentations 2021-07-22 06:26:47 +10:00
VerySoft c01ffaabdb Increase inducer vendor cost
90 points is so cheap that it's a no brainer, especially considering that the scanners share points in gaining, but not in spending, Somethings as potentially powerful as a portable recharger should not be so trivial to acquire.
2021-07-21 15:06:25 -04:00
Heroman3003 aeb72872b6 Merge branch 'master' into giantenemyspider 2021-07-22 03:54:44 +10:00
Aronai Sieyes 9eb7951ad6 Merge pull request #11195 from VOREStation/Arokha/emsprit
Fix emitter starting sprites
2021-07-21 10:13:02 -04:00
Heroman 6f879f9265 Expands spider features 2021-07-21 16:39:01 +10:00
Aronai Sieyes 237d6930c2 Fix emitter starting sprites 2021-07-20 22:55:46 -04:00
Leshana c4e01aa739 Fix falling when moving diagonally past an open space.
This was happening because the decision to call handle_fall was made when over the open space, but execution deferred until the next tick.  By that time it is too late for the checks in handle_fall to abort falling, so lets call those in advance.
We do so in a separate proc from can_fall() because implementing it would be awkward, some types that override can_fall to avoid the anchored check would need to repeat the entire code or else delegate it.
2021-07-20 22:51:14 -04:00
Aronai Sieyes 274d30e2c5 These might be bad 2021-07-20 21:23:18 -04:00
Aronai Sieyes e0f2f5db91 Remove tons of pointless helpers 2021-07-20 18:22:03 -04:00
Aronai Sieyes 1bb9b3861e Merge pull request #11185 from VOREStation/Arokha/protsynth
Proteans are synthetic, yeah
2021-07-20 17:29:17 -04:00
Aronai Sieyes 5000848dd9 Merge pull request #11184 from VOREStation/Fixes/11003
Fixes #11003
2021-07-20 17:29:12 -04:00
Aronai Sieyes 55de23fab7 Merge pull request #11180 from Very-Soft/updootgateways
Update gateways
2021-07-20 17:28:46 -04:00
Aronai Sieyes cc21b64b8f Proteans are synthetic, yeah 2021-07-20 15:59:32 -04:00
Aronai Sieyes c8697ec4d9 Fixes #11003 2021-07-20 15:43:38 -04:00
VerySoft e78f6021fb fix a UI thingy too 2021-07-20 13:34:53 -04:00
Aronai Sieyes 669d23322c Change various things to subtypesof() 2021-07-20 12:54:59 -04:00
Aronai Sieyes 34982728cb Add 'as anything' to various for loops 2021-07-20 12:39:59 -04:00
Aronai Sieyes bb3b3d6214 Merge pull request #11176 from Very-Soft/ghosties
Allows hiding mobs/areas from observers without completely forbidding
2021-07-20 11:02:20 -04:00
Aronai Sieyes e5c49f772b Merge pull request #11173 from Heroman3003/waterbreath
Adds xenochimera water breathing trait + refactors water breathing
2021-07-20 10:50:35 -04:00
Aronai Sieyes e45871497c Merge pull request #11171 from Heroman3003/paifix
Should allow pAI to resize uncapped in dorms (as well as any other user of Set Size)
2021-07-20 10:46:35 -04:00
Aronai Sieyes 0c1835d02a Merge pull request #11170 from Heroman3003/thepurge
Finishes purge of Industrial Expansion
2021-07-20 10:45:40 -04:00
Aronai Sieyes c59da20e64 Merge pull request #11168 from Heroman3003/emptylines
Fixes some more potential issues with empty lines on examine with pAIs
2021-07-20 10:42:20 -04:00
VerySoft bcea1b71ad Allows hiding mobs/areas from observers without completely forbidding
Basically for more common usage for place we would prefer people couldn't peek into before people are there ICly, like gateways.
2021-07-20 07:08:35 -04:00
VerySoft 60bf7404c5 Smole gateway tweak
For something presently unused.
2021-07-20 05:18:35 -04:00
Heroman 40f038fc91 Adds xenochimera water breathing trait + refactors water breathing 2021-07-20 19:12:12 +10:00