29 Commits
Author SHA1 Message Date
VarlaisveaandGitHub 06338d2a95 Updates text sanitization (#9082) 2023-05-28 11:06:15 -08:00
spookerton f9e2d2be21 correct uplink item cost behavior 2022-11-16 14:28:01 +00:00
atermonera 9d71839ac6 Removes devices 2022-04-17 19:14:43 -08:00
MistakeNot4892andGitHub 2f0a618d45 /atom New() => Initialize() [MDB IGNORE] (#8298)
* Find and replace argless atom New() to Initialize().

* Manual replacement of no-arg New() to Initialize().

* Manually replacing remaining New() overrides.

* Fixing linter issues with now-removed New() args.

* Tidying area init overrides.

* Porting Neb's atom subsystem.

* Trying to isolate init problems.

* Adjusting Init code post-test.

* Merging duplicate Initialize() procs.

* Merge resolution.
2021-11-14 00:09:14 -08:00
atermonera 143b1a6c82 Last mistakes 2021-02-13 11:40:06 -09:00
atermonera 4011b74e98 Fixes uplink implants 2021-02-10 20:48:43 -09:00
atermonera c6a34aa639 Telecrystals are only stored on the mind 2021-02-10 19:19:02 -09:00
ShadowLarkens dad9020f9a TGUI Engineering... and a bunch of other random things 2020-10-21 13:02:19 -07:00
ShadowLarkens 78cf7a69e2 Syndicate Uplink redesign (Inspired by ParadiseSS13/Paradise#1844)
Instead of having a page for each category which you have to
exhaustively click through to find what you want, items now show on the
main screen in a little box that updates whenever you change categories.
2020-04-03 19:05:04 -07:00
Aronai Sieyes ad5f0485f7 Clean up things 2020-03-25 22:10:56 -04:00
kevinz000andAtermonera 46c79c7d3e [READY]Makes a bunch of processes subsystems instead (#5814
* Converts various New() definitions to Initialization()
* Adds absolute pathing
2019-01-15 22:58:06 -08:00
kevinz000 2c0898f870 Regex 2018-10-14 20:03:17 -07:00
Atermonera de65c3c643 NanoUI now processes again 2018-08-25 21:13:16 -07:00
atermonera edcd9f5d73 Fixes runtime in uplink.dm 2018-01-15 16:35:04 -08:00
Yoshax 418ea1b0ba Resolves mercs not spawning with an uplink 2016-11-12 18:13:45 +00:00
Yoshax 8c68671b3b Resolves an uplink issue 2016-10-24 23:11:55 +01:00
SinTwo b42d46205f more time proc call fixes 2016-07-30 17:39:47 -04:00
SinTwo 4f7ea573c1 world time fix 2016-07-30 03:19:47 -04:00
Yoshax b041a9943b Reduces antag uplink discount refresh time to 10 minutes 2016-07-25 14:04:02 +01:00
Datraen ccda51ab68 Adds fluff antag factions, antag visibility options for uplinks.
No mechanical changes come of this change, only the ability to have an antagonist faction, as well as having specified visbility for the affiliation itself.
Also adds Skrell home system to the home system list.
2016-06-29 11:25:52 -04:00
Yoshax be6ab03d13 Fixes a problem with discount never being displayed correctly on uplinks 2016-05-16 01:14:25 +01:00
YoshaxandNeerti 718b249b1d Uplink changes and additions (#1645)
* Splits uplink categories into separate files and moves other files around

* Corrects an incorrect description

* Puts uplink categories in uplink_categories into the same order as they are individual files

* Mercenaries now spawn with their own private uplink.

* Adds a random discount to uplink items that is applied every 15 minutes

no message

no message

* Adds changelog

* Fakes announcements are now once again purchasable from the uplink and actually work

* Removes a debug line

* Adds several existing items to the antag uplink including stun rounds for shotguns, metal foam grenades and more

* Refactors boxes.dm to use absolute pathing and for loops for contents

Adds changelog
2016-05-15 18:31:34 -04:00
Datraen 64f60e39e5 Forces new uplink NanoUIs to start at category menu, avoids grayed out options. 2015-12-21 03:07:49 -05:00
Datraen ef0337fccf Refactors Telecrystals into individual pools, adds a new command to allow for admins to modify telecrystal levels. 2015-12-11 21:14:11 -05:00
PsiOmegaDelta 6a956d0d0a Uplink fixes.
Adds a default welcome message. Was lost in a game mode cleanup.
Traitors should now have telecrystals again. Also lost in the game mode cleanup.
Uplinks without correctly defined owners are now also printed in the round end summary.
2015-09-08 08:43:40 +02:00
Zuhayr b9c01bf2f2 Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev-freeze
Conflicts:
	code/game/objects/items/devices/uplink.dm
2015-09-07 11:17:06 +09:30
PsiOmegaDelta 8669878709 Makes it possible to buy up all telecrystals in one go. 2015-06-18 13:10:49 +02:00
PsiOmegaDelta 99ba26f1ee It is no longer possible to define the amount of telecrystals per game mode. 2015-06-18 10:59:45 +02:00
PsiOmegaDelta 5b4dfdda9c Allows one to define list of random selection items.
Includes a default list with a couple of semi-randomly selected probabilities.
2015-06-17 15:04:06 +02:00