Commit Graph

313 Commits

Author SHA1 Message Date
Fox-McCloud 243fae96c6 flag split 2016-01-27 16:36:43 -05:00
Fox-McCloud 666a6d6228 mass hallucination runtime 2016-01-25 20:36:21 -05:00
Fox-McCloud 5bd27677f5 Fixes Radiation Runtimes 2016-01-25 20:32:20 -05:00
Crazylemon64 64c92bf400 Ports Morph
Refactors a bunch of lesser antag mobs into gamemodes/miniantags
2016-01-15 16:31:58 -08:00
Kyep d6237b83ca Reclassified events based on github feedback
Blob is now "level 5 biohazard", spacevine is now "level 7 biohazard",
viral infection is now "level 7 viral biohazard" and viral outbreak is
now "level 7 major viral biohazard". This is very close to how it was
originally, the only changes being (A) viral infection moving from 5 to
7, which the other viral event was already at anyway, and (B) viral
outbreak being called 'major viral' instead of just 'viral' so outbreaks
and infections are subtly different. This makes it a little easier to
distinguish blob (now the only 5) from the others, and still preserves
the numbered levels, making the handling of virus events slightly more
consistent in the process. If you want to stick with numbered levels,
I'd like to split them up a bit more (as tigercat suggested), but I
cannot make new sound/AI/outbreak*.ogg files, so this is a compromise
which makes blob a little easier to distinguish, makes viruses more
consistent, and does so without requiring new sound files.
2016-01-13 01:39:17 -08:00
Kyep a48ee3af05 Making virus v blob v vine clearer 2016-01-09 23:44:18 -08:00
Kyep d00039f971 Made virus v blob v spacevine clearer 2016-01-09 23:43:36 -08:00
Kyep 3e39a352a5 clarifying Blob vs Virus vs Spacevine 2016-01-09 23:41:53 -08:00
Kyep 21171a35f5 clarifying Blob vs Virus 2016-01-09 23:41:10 -08:00
Crazylemon c227ae536c Added a bunch of new antag tags because whee these are cheap
Also it compiles now
as for not turning the DB into mush... wait on that "feature"
2015-12-27 07:58:21 -08:00
Fox-McCloud bbf3b528c4 Field Generator Refactor+Fixes 2015-12-22 13:40:53 -05:00
Tigercat2000 e82eff800c Shuttles: Research + Mining fixes 2015-12-15 18:19:34 -08:00
Tigercat2000 c3f476f62c Supply shuttle, initial_move() fixes, dock fixes
Supply has been almost completely replaced by -tg-'s system.

No fancy UI, unfortunately, but modifying bay's directly was not possible.
2015-12-04 21:48:40 -08:00
Tigercat2000 356835aa99 Merge remote-tracking branch 'upstream/master' into I_WILL_FUCKING_NUKE_THIS_GODDDDAMMMNIIITTT
Conflicts:
	code/game/gamemodes/heist/heist.dm
	code/game/gamemodes/malfunction/malfunction.dm
	code/game/gamemodes/revolution/revolution.dm
	code/modules/admin/verbs/randomverbs.dm
2015-12-03 11:03:01 -08:00
Tigercat2000 e60799474b tgshuttles unfinished 2015-12-03 10:59:06 -08:00
Tastyfish 85d651b781 refactored datum/effect/system because it was a complete mess 2015-11-22 19:43:01 -05:00
Fox-McCloud 5765744d15 Swarmer Event Hotfix 2015-11-05 20:38:17 -05:00
Aurorablade 769a5d3bff FUUUUUUUUUUUUUUUUUUUUUUUUUUUU
Merge conflict EXTREAME FIX
2015-10-08 18:38:45 -04:00
Markolie c5c64413a1 Pipenet overhaul 2015-09-21 02:11:54 +02:00
Markolie 0bd697805d Update event turf handling, fix infestation event 2015-09-18 17:38:15 +02:00
Markolie 08e36394ba Consolidate power failure procs 2015-09-17 22:44:15 +02:00
Markolie ed9a63763e More event tweaks 2015-09-17 22:25:35 +02:00
Markolie 34552f259c Event updates 2015-09-17 21:34:51 +02:00
Markolie 24d100e351 Increase moderate carp event odds 2015-09-17 19:04:19 +02:00
Markolie edbfacb33c Remove mundane carp event 2015-09-17 19:03:03 +02:00
Markolie f281dff7fc Radiation damage fix 2015-09-12 18:51:24 +02:00
Markolie 2787c2fd46 sortAtom improvements 2015-08-28 23:52:27 +02:00
Spacemanspark 8d691a2944 Making TullyBBurnalot happy (AKA the dumbest grammar PR ever.)
Tully is a nerd.
2015-08-20 16:17:38 -05:00
Fox-McCloud f635d9c054 Merge pull request #1778 from Markolie/events
Revenant update, event weight tweaks
2015-08-19 17:04:14 -04:00
Markolie 8bede1db99 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into ipcmasterrace
Conflicts:
	code/modules/mob/living/simple_animal/friendly/fox.dm
	code/modules/organs/organ_alien.dm
2015-08-18 18:38:59 +02:00
Markolie a15097f6fb Revenant update, event weight tweaks 2015-08-17 22:08:25 +02:00
Mark van Alphen 6abb1f8730 Merge pull request #1754 from tigercat2000/log_to_dd
New proc to replace world.log <<, log_to_dd()
2015-08-16 17:49:00 +02:00
Markolie e6408b96c2 IPC overhaul 2015-08-15 23:52:26 +02:00
Krausus bc41922cbc Fixes bad PDA tnote entries and minor PDA bugs 2015-08-14 23:33:38 -04:00
Tigercat2000 ca921216fe New proc to replace world.log <<, log_to_dd()
This commit changes every 'world.log <<' message with a loggable proc-
log_to_dd().

This is adjustable in the config; If LOG_WORLD_OUTPUT is present, all
things sent to world.log will show up in the standard /data/logs/ logs.

These logs will contain the following (in order):
 Timestamp
 "DD_OUTPUT:"
 The message.

The config option for this, by default, is turned off.
2015-08-14 18:18:57 -07:00
TheDZD 171c0d2d6c Merge pull request #1387 from Aurorablade/STILLALOTOFBLOOD
[Need Feedback] TG Slaughter Demon Port Remake, THE REGIBBINGING
2015-08-07 18:19:38 -04:00
Aurorablade 95565847b7 Changes
Revert to the orignal TG method of just shoving a player into the daemon
on vial break.

did the same for the event (i still like using the revenant spawns
rather then carp spawns for that, not as disoriniting to me)

Added reference to BLOODCRAWL_EAT i missed

Devouring now heals more types of damage

Removes some gore abilitys...I got overzealous in wanting
blood....Keeping the spooky demon head whisper...
No don't ask why i called it Pustle...My brain frightens me...
2015-08-06 01:56:59 -04:00
Mark van Alphen 8f19323fdd Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into alarms
Conflicts:
	code/__HELPERS/lists.dm
2015-08-03 23:59:45 +02:00
DZD d9bb30f47a Replaces typesof with subtypesof where applicable 2015-08-03 11:04:28 -04:00
Markolie 73e94b5dc4 Alarm system overhaul 2015-08-02 07:13:03 +02:00
Aurorablade 5b0f43ade1 CRAWLING IN MY CRAWL! THESE WOUNDS THEY WILL NOT CRAWL
Update based on
2015-07-29 07:14:33 -04:00
Markolie bda9f75698 Include permabrig in prison break 2015-07-29 06:50:46 +02:00
Markolie 69f7e04719 Prison break refactor, Requests Console refactor 2015-07-29 00:12:44 +02:00
Aurorablade 92ec49705b Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into STILLALOTOFBLOOD 2015-07-26 23:29:32 -04:00
Aurorablade 0bb5dd626b Colonectomy
Various fixes by feedback
Render Item refactor to modular system
2015-07-20 17:04:32 -04:00
Aurorablade f6cb04468d Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into STILLALOTOFBLOOD 2015-07-17 10:14:46 -04:00
Fox-McCloud 728dc57f30 Re-Enables News 2015-07-17 00:09:14 -04:00
Aurorablade 41e98f489f Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into STILLALOTOFBLOOD 2015-07-15 15:40:11 -04: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