Commit Graph
27 Commits
Author SHA1 Message Date
AffectedArc07andGitHub bd91a1b962 Obliterates the RSC (#26498) 2024-08-15 18:20:11 +00:00
DogsParadiseandGitHub 0efa44aa2d Cleaning up .dmi files in effects folder for dreammaker (#16026)
* am_engine, badass and laptop deletion

* Removes unsude in effects.dmi

* Genetics.dmi - Unused + ugly

* targeted.dmi cleanup

* Revert "am_engine, badass and laptop deletion"

This reverts commit 1080828526.

* Unused files
2021-06-04 10:50:54 +01:00
Fox McCloudandGitHub 798cf7a8be Removes Fat Sprites (#13430)
* Removes Fat Sprites

* fat vs chubby

* edge case
2020-05-23 03:10:39 -06:00
Fox-McCloud 9005622ea7 Genetics Fixes and Tweaks 2016-04-13 21:21:52 -04:00
Fox-McCloud c9da7b5d7c Adminbus Items 2015-11-10 04:21:21 -05:00
Markolie d8f98d6082 Add dmisort.sh script, and sorts all icons in .dmi files 2015-09-17 01:08:58 +02:00
Fox-McCloud 74bb52d48e Cleans Up Icons 2015-07-06 22:47:18 -04:00
Rob NelsonandZomgPonies ba5a389df6 Fix horns, add horn sprite.
Conflicts:
	icons/effects/genetics.dmi
2014-01-23 23:44:08 -05:00
Kortgstation@gmail.com 0983ee8912 Added four new slime types (sprites by Reisyn, SuperElement, and LePinkyFace)
Fixed the backwards pumps in misc research, shuffled the xenobio surgical area around to be easier to use.

Fixed being able to strip items with canremove = 0

Added a new mutantrace that ties into the new slime extracts (sprites by SuperElement)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5490 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-07 21:22:44 +00:00
Kortgstation@gmail.com 294f990519 Fixed the icon states of the slime mutant race people. Had not changed their names correctly from when Phoal gave them to me.
Made adult slimes split into two baby slimes on death (no mutation chance, the list of friends doesn't pass over, and they'll start very hungry).

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5460 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-03 20:07:21 +00:00
Kortgstation@gmail.com aa92ab7df9 Added 13 types of slimes/changed slime reproduction to give mutation chances on birth.
Added 13 core types with a mix of old and new reactions. Each slime has its own core type/reaction.

Added plasma sheets/a grinder to xenobio.

Added Phoal's slime people sprites.

Added simple animal pet slimes (one of the core types allows you to obtain them).

Updated the changelog

Still to come: slime types having their own temperature resists/special attacks.

This is all probably unbalanced as well but we'll see how it goes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5454 316c924e-a436-60f5-8080-3fe189b3f50e
2013-01-03 02:51:52 +00:00
Kortgstation@gmail.com 0c4f441cb5 Added Cheridan's slime sprites to replace roros. Replaced all mentions of roro/metroid with slime. Once Cheri has the rest of the sprites/Phol gets mutant race sprites I'll start work on redoing metroid/slime code with Giacom and adding breeding.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5223 316c924e-a436-60f5-8080-3fe189b3f50e
2012-11-29 04:12:22 +00:00
petethegoat@gmail.com 541ae72099 Added Phol's sprites for fat and female (oh god) mutantraces.
Carn, feel free to revert the update_icons.dm changes if this messes up your work.

Updated the changelog.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5155 316c924e-a436-60f5-8080-3fe189b3f50e
2012-11-21 21:23:23 +00:00
Kortgstation@gmail.com 2533d8066f Added a new shadow person mutant race sprited by Majorsephiroth. If it is too bright, they take damage, dark enough, they heal.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5147 316c924e-a436-60f5-8080-3fe189b3f50e
2012-11-21 09:03:10 +00:00
petethegoat@gmail.com 382012f1f0 Removed those ugly hazard doors!
Fixes issue 922.

Includes single tank bombs in the .dme for live testing.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4696 316c924e-a436-60f5-8080-3fe189b3f50e
2012-09-16 00:39:18 +00:00
vageyenaman@gmail.com 49647d329a There's a metric assload of stuff here, mostly in preparation to my massive traitor expansion, so I'll try to be brief:
- I added in the foundations for traitor factions. See factions.dm for all the different faction datums. They don't do anything yet.

- I completely ported mob/var/mutations from a bitfield to a generic list. Mutation enumerated-identifiers are added into this list. For instance, TK = 1, COLD_RESISTANCE = 2, XRAY = 3, etc... The purpose of this was because bitwise operations could not actually be used after a certain size (because BYOND is stuck in the 16bit era).

- I've added in completely-functional nano-augmentations. Check under implantnanoaug.dm for a list of implants and implaners. As mentioned previously, they are completely functional but may be slightly OP. Among these nanoaugs are Super Strength, Psionic Radar, Electric Hands, Energy Blade/Sword Synthesizer, Rebreather, Dermal Armor, Combat Reflexes, and Regenerative Nanorobots. I won't go into detail as to what they do, but hopefully they should be self-explanitory. If not, check out their descriptions in the file previously mentioned.

- Added in a future traitor item, the Mind Batterer. Along with it a new .ogg file.

- New telecomms bus mainframe sprite, thanks to WJohnston.

- New holdable shield, sprites courtesy of Muncher (i had to mangle the side sprites because of a technical little issue. I'll change it back to the original soon). It can be retracted and expanded. Probably only going to be given to traitors.

- A couple of minor bugfixes here and there, along with some code tidying.


Hope this isn't too large a commit. I intended it to be MUCH larger, but I've decided to split up my Traitor Factions expansion into smaller commits.



git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3692 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-29 03:16:47 +00:00
d_h2005@yahoo.com 7ebdd0ee6e -Added sprites for fat hulks and fat lizardmen. Have fun with that, weirdos.
-New carrot in-tray sprites.
-Added define for bottle of adminordrazine and supporting code for injecting adminordrazine into plants. Basically for debugging, so I don't have to spend 10 minutes injecting plants with mutagen each time.
-Raised the passive species-mutation chance slightly. For real this time.
-Added sprites for red and yellow floorbots into aibots.dmi.
-New PDAs for the botanists and librarian. Sprites for cartridges for both too. (There's some work into a botany cartridge but it's commented out for now)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3498 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-23 20:51:23 +00:00
vageyenaman@gmail.com 320ef1dd22 New virus called Retrovirus. It scrambles your UI and SE after a certain stage.
Implemented CTRL+DIRECTION KEY to face a direction.

Tweaked some drink icons.

Added in two new icon_states to genetics.dmi. It doesn't do anything yet, but I might toy with them later on.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1954 316c924e-a436-60f5-8080-3fe189b3f50e
2011-07-30 18:57:37 +00:00
vageyenaman@gmail.com 0cbf0df8d8 Fixed a bunch of bugs in this one. There were some problems with projectiles not powering the singularity field generators, which is clearly a very, very bad thing!!
I also fixed some/a problems with conveyer belts.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1894 316c924e-a436-60f5-8080-3fe189b3f50e
2011-07-20 00:57:59 +00:00
uporotiy 1e7eb1ce16 Issues
Fixed issue 80.
 Hydroponics
Plantmen are added, only badmin-created for now, though.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1499 316c924e-a436-60f5-8080-3fe189b3f50e
2011-04-25 12:26:25 +00:00
bizarre.babel@gmail.com a7c7105666 Golem sprite changes. Fat sprite w/e placeholders (though not hideously so) so they can be spawned and used and messed with.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1429 316c924e-a436-60f5-8080-3fe189b3f50e
2011-04-10 12:35:11 +00:00
tronaldnwn@hotmail.com 35189c3863 Seizure man has laying down sprites now.
The other thing has... well just an extra copy of a sprite that is relabeled.

Map:
Engine latticing looks nicer. And the engine is now symmetrical, and without unessessary area parts under single tools.

Added the ban hammer toy in a secret part of the map.

Added a few high voltage signs by SMES batteries. Because they are the highest voltage you can get.

Wizard Lair has a new pet (or old if you recall the first one), it is the otherthing! It is just a resprited metroid larva, so it can't evolve, or do anything harmful.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1394 316c924e-a436-60f5-8080-3fe189b3f50e
2011-04-06 14:43:47 +00:00
bizarre.babel@gmail.com cce5fcf56a Golem added to genetics. Fat sprite exposes liquid rock underbelly.
National flags removed from flags.dmi (do we even use anything from this dmi?)

Aradia gimmick sprite has slightly more directionality.

Gigadrill has slightly more directionality.

I tried to change the collector sprites but looking at them makes me sad so I didn't.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@976 316c924e-a436-60f5-8080-3fe189b3f50e
2011-02-07 03:20:14 +00:00
bizarre.babel@gmail.com 44e3ffba96 Cat ears with wiggling tail added to hats. Need more information on movement states before it can be refined further. Sprited with the intention of furry cat bits taking the color of the player's hair -- pink inner ear bits overlayed on top.
Also, telekinesis aura pulses ala thermal insulation. Even the fat sprite.

Horsehead mask has had its outline softened. Black lips retained.

I don't see any changes in storage.dmi but it says I did SOMETHING, so there it is to prevent future conflicts. I think I fiddled with the money bag, but don't quote me on that.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@964 316c924e-a436-60f5-8080-3fe189b3f50e
2011-02-05 14:51:18 +00:00
uporotiy 0f34e35e3f Fixed a few (ie two) things in metroidmen.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@821 316c924e-a436-60f5-8080-3fe189b3f50e
2011-01-09 11:11:32 +00:00
uporotiy 24d0abf18c Increased the sparkling delay on diamond ore.
Added metroid mutantrace (isn't that much different from lizardfolk yet).

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@812 316c924e-a436-60f5-8080-3fe189b3f50e
2011-01-08 13:47:28 +00:00
only.lurking 662c08272a git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2 316c924e-a436-60f5-8080-3fe189b3f50e 2010-08-23 14:29:20 +00:00