Commit Graph

39 Commits

Author SHA1 Message Date
AffectedArc07 210f8badf4 Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors

* 3532 compile fixes later, got runtimes on startup

* Well the server loads now atleast

* Take 2

* Oops
2020-03-20 21:56:37 -06:00
AffectedArc07 04ba5c1cc9 File standardisation (#13131)
* Adds the check components

* Adds in trailing newlines

* Converts all CRLF to LF

* Post merge EOF

* Post merge line endings

* Final commit
2020-03-17 18:08:51 -04:00
Ty-Omaha 2e26973c3c Increases timer for blob mouse spawn (#12359) 2019-09-24 15:11:12 -07:00
variableundefined ae70cbfe41 Merge pull request #11606 from Markolie/ghostqol
Observer/hud improvements and fixes
2019-08-11 16:23:23 +08:00
Mark van Alphen f0734672f3 Lavaland fixes:
- Survival pod storage being broken when used.
- Wrong wiring on the Syndicate base.
- Added one more oxygen tank to the animal hospital.
- Chasms eating up light atoms.
- Mining satchels not picking up items automatically.
- Releasing the legion/blob mice notifications not having icons.
- Mining gear made orderable at cargo.
2019-05-31 02:21:37 +02:00
Mark van Alphen f45d16f2c3 Observer/hud improvements and fixes 2019-05-27 19:59:54 +02:00
Fox McCloud 87f56ddf16 processing fix 2019-04-27 22:33:10 -04:00
Fox McCloud 5b7f483ad0 Fixes Multi-Blob 2019-04-27 03:15:31 -04:00
Arkatos1 8669ea1716 Removed Dark Matter for real, improved descriptions and added Blob Overminds to Check Antagonists verb 2019-03-30 15:00:12 +01:00
Desolate c974e29a3c global lists global defined 2018-10-02 15:52:46 -05:00
Kyep fd2cb10975 Blob fixes, including fixes #9365 2018-09-04 19:44:14 -07:00
Kyep 9f60bb8385 initial version 2018-07-26 12:12:08 -07:00
davipatury 550fdd3ae3 effect/blob to structure/blob 2017-03-27 18:41:19 -03:00
Kyep cfaeb7aef6 Krausus requests 2 2017-02-24 00:42:00 -08:00
Kyep 88cf2db34b Krausus 2017-02-23 23:39:08 -08:00
Kyep 2a028974ac Fixes #6572 2017-02-23 04:12:46 -08:00
Kyep dd66a3a3e4 Blob now spawns with an overmind 2017-02-21 00:41:57 -08:00
Kyep 85df72c8b4 Blob announcement 24s -> 120s. 2017-02-16 22:42:48 -08:00
Markolie ffc74cda0a Announcement fixes, change most command announcements to event announcements 2016-10-25 15:21:16 +02:00
Markolie ed9a63763e More event tweaks 2015-09-17 22:25:35 +02:00
Fox-McCloud 70b386d861 derp 2015-07-13 00:40:26 -04:00
Fox-McCloud 18b14d6c6d updated blob event 2015-07-13 00:04:50 -04:00
Fox-McCloud d843632f95 AI Vox Refactor 2015-06-26 17:30:48 -04:00
Markolie 8726bad5b0 Z-level check refactor 2015-02-16 20:33:28 +01:00
Markolie ad167dc541 Announcement system overhaul, crew monitor system overhaul, add portable crew monitor 2015-02-16 19:03:29 +01:00
Markolie 3a4679bce7 Remove zeroth law with own board 2015-02-10 03:06:43 +01:00
Markolie 8fb90212b8 Blob event fixes, toggle preferences age check, jobban check 2015-02-01 14:19:11 +01:00
Markolie b53f956105 Blob runtime fix 2015-01-22 00:22:34 +01:00
Markolie 956f2ba703 Event overhaul from Bay, atmos fixes 2015-01-21 23:05:59 +01:00
Markolie 9ff8d31f4f Updated blob event announcement 2015-01-18 03:17:25 +01:00
Markolie 2402e91028 Blob event fix, give ERT bowmans 2015-01-17 06:04:24 +01:00
Markolie 3babba9752 Remove auto shuttle recall, on second thought it will not work well 2015-01-16 01:45:37 +01:00
Markolie 5646a9cc69 Blob event fix, mapfix, AI/robot fix 2015-01-16 01:42:56 +01:00
alex-gh 16273b0c47 Moved events endured counter 2013-12-02 12:08:22 +01:00
ZomgPonies cd4eab628f Added events to end-round scoring 2013-11-26 07:36:18 -05:00
Cael_Aislinn 5b0f31e89f tweaked, reworked and restructured a bunch of events, fixed the capitalisations issue in my repo structure
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
2013-02-10 21:22:02 +10:00
giacomand@gmail.com a56e922053 Committing for Cael_Aislinn:
= Giant Spiders =
- Nurses spin webs which impede progress, bundle items and mobs up in cocoons, lay eggs to create spiderlings
- Nurses are slow and weak, but their bite has a chance to paralyse the victim
- Spiderlings skitter about and eventually grow into giant spiders. 
- Spiderlings will ventcrawl, so they can spread over the station pretty fast. 
- Hunters are fast, have decent health and the most effective poison
- Guards are medium speed but the health and direct damage
- The poison of hunters and guards can cause hallucinations if they bite you

= Farm animals =
- Cows can be milked or butchered for a large supply of meat. Sadists can also tip them over (with intent_help). 
- Goats can also be milked, but have a nasty temperament. 
- Chicks grow up to be chickens, who lay eggs and continue the cycle. But where did it start? (they're very noisy). 
- All three are orderable via QM. 

My changes:

- Added a spider infestation event.
- Optimized code with spiders and simple_animals.
- Made a /hostile/retaliate type which will only fight back when hurt. Based on Cael's code.
- Added some farm animals on the map.
- Changed events, added a setup() proc which can let you setup variables or the event. Made the event only kill itself when it has called, announce(), start() and end().
- Brainrot will only need alkysine as a cure.
- Communication blackout will always be silent.
- Changed some admin buttons to use the new event system.
- Added a forceEvent proc which you can use when you enable debug verbs.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5525 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-12 16:44:06 +00:00
petethegoat@gmail.com ab4ecf3373 Committing a new event, rampant brand intelligence. Thanks Callans for the idea.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5518 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-11 18:34:51 +00:00
petethegoat@gmail.com f27399bcd5 Added a new events system!
The old one still exists, mainly so the associated admin buttons still work.
At some point I'll add a nice little panel for event stuff and remove the old procs.

event.dm is pretty well commented, and it should be pretty easy to figure it out.

Casualties of the change are space dust (which should probably be implemented separately if we want it back), the black hole event (which was awful), space ninjas (which didn't turn up), ionstorms (the non-admin ones sucked anyway) and CLANG, which I will probably add at some point, if no one else does first.
Also, I removed pierott's throat from the disease outbreak list. f that s.

Thanks to Sukasa and BS12, as my system is loosely based off of theirs.
Thanks Giacom for help with structuring and especially commenting this.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5511 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-10 23:45:57 +00:00