1) Viruses no longer mutate in mobs.
2) Fixed a runtime error with IS_SYNTHETIC check in activate()
3) Antibody Analyzer has a green sprite, to make it easier to
distinguish from the Health Analyzer
Traitor item, cmo/doctor/virologist only. 3 TC cost, looks like a
health analyzer but is a delayed radiation + stun effect on attack. Has
recharge time and configurable settings.
Fox did most of the work, I just fixed it.
If you fail the step, has small chance of activating implant.
Gives you a sound and ~15 ticks to run away like hell.
Changes I did to other parts to make this possible:
-Implants are now organ-based, not mob-based
-Part of implant working code is moved to appropriate activate() procs
Updated flashlight code a little.
Added inhand sprites for desk lamps.
Standardised modules/paperwork.
Decapitalised a bunch of mining items.
Slightly reverted update_icons.dm, so we're not looping through mutations more than we need to. Also, skeletons can now wear lipstick!
A few other things which aren't worth listing individually.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4855 316c924e-a436-60f5-8080-3fe189b3f50e
-Gave all the new hardsuits actual inhands, instead of all of them using the rig one.
-Changed a good bit of Brain/MMI damage processing, now an MMI will never go unconscious, and it will not be deafened/blinded by explosions or whatever (Since the MMI acts as senses). However, it does mean they are vulnerable to emps, with all kinds of fun effects (impaired vision, hearing, the ability to speak, the ability to speak PROPERLY)
Fixes Issue 655
-Also gave MMIs some emotes, things like blinking lights, alarms, beeping and booping, etc...
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4168 316c924e-a436-60f5-8080-3fe189b3f50e
- 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
Sink path has changed- /obj/machinery/sink to /obj/structure/sink
/obj/machinery/sink/kitchen2 to /obj/structure/sink/kitchen
Sinks have been slightly updated, if you're wearing gloves, your hands will stay bloody underneath. Nothing drastic.
Added Cheri's puddles.
Updated showers, they actually clean now. They're pretty powerful, so I'm going to add a way to make them lethal, to ensure the washing machines still get some use.
Updated hydroponics trays, to make them work better with soil.
And a couple of map fixes, for toilets that were facing the wrong way in the prison and on the mining asteroid.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3603 316c924e-a436-60f5-8080-3fe189b3f50e
-New sprites for mass-spectrometers and advanced mass-spectrometers.
-Sprites for empty bookshelves and book overlays added to library.dmi.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3585 316c924e-a436-60f5-8080-3fe189b3f50e
In short: massive updates to security, the library, hydroponics, the kitchen and the bar, by Flazeo and Ikarrus
Massive updates to the PA, with Invisty's new sprites, done by Sieve
New sprites for field gens too, also by Invisty
Borg and battery updates by Sieve
Fake gloves by Sieve
I messed around with some pressure_resistance stuff on Dumpdavidson's suggestion (only in paperwork)
PROBABLY A BUNCH OF OTHER SHIT
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3505 316c924e-a436-60f5-8080-3fe189b3f50e
Added Nodrak's Jump to Mob verb.
Added Sieve's lantern fix. Commented out the silicate recipe.
Added Skaer's sec cartridge box to the armoury.
Moved the check_if_buckled() proc to mob/living, rather than having it repeated.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3168 316c924e-a436-60f5-8080-3fe189b3f50e
I'll probably do some more work on them, but they're basically finished.
Copiers are in cargo, the lawyer's office, and the heads meeting room.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2979 316c924e-a436-60f5-8080-3fe189b3f50e
Mech Fabricators:
- They were generating an absolutely ridiculous amount of runtime errors because, somehow, an /obj/screen object leaked its way into the part_sets (/list) variable. To stop this, I have changed a for() iterator to loop through a specific object type instead of general /atom-ic instances.
Chemistry-Holder.dm:
- Fixed an infinite-loop problem with "mixing" virii in reagent containers. I have removed a check that makes sure no two of the same virus exists in the same container because it's entirely unnecessary. The same virus cannot infect a mob more than once, so having multiple virus instances is not at all harmful.
- This should hopefully fix some very serious that lag nearly crashes the server.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2218 316c924e-a436-60f5-8080-3fe189b3f50e
Toilets now work more like actual toilets. They will auto-flush when you insert a small object. You can also dunk people's heads into the toilet and try to choke them if you have a good grip.
Fixed wiring near detective's office.
Fixed larva and monkeys not being able to move on tables.
Fixed larva not being able to crawl through vents.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1535 316c924e-a436-60f5-8080-3fe189b3f50e
latex loves + short piece of wire + some air from tank = ballon!
Another version of kitchen sink sprite.
New vending machine - dinnerware. Dispenses knives, forks and trays. Will do more once we get functional spoons.
New uniform - Waiter Outfit. Chef can give it to his assistant.
Water cooler was added to kitchen.
Kitchen was expanded.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1453 316c924e-a436-60f5-8080-3fe189b3f50e
Also reloaded my new shovel, which DH accidentally killed.
Finally I reorganized the Items DMI in a logical organization style (tools with tools, material sheets with material sheets, papers with papers).
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1424 316c924e-a436-60f5-8080-3fe189b3f50e
-new sprite for library scanner(not in-use until I get binder sprites done).
-added fax machine sprite(not used for anything yet, just in case someone ever codes them for QM).
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1415 316c924e-a436-60f5-8080-3fe189b3f50e
Miner Cyborg looks better.
Better jackhammer (I like it at least).
New sink for kitchen
Few sprite fixes for the emergency oxygen tanks
Cyborg's RED eyes, will not work now.
Code Stuffs:
Adding some code for mining so I can eventually make the top tier mining items work for radius mining.
Showers are in their begining stages.
Tool boxes give weapons research bonus, of 1 (lol, tool boxers).
Map Stuffs:
Added a few more hazard signs.
Added enclose the engine (still airless).
Kitchen has new sink.
I desided the dispencer should be a water dispencer in the mine station.
Barely worked on the wizard's lair, just added lights I guess.
More colored clothing lockers in locker room/ arrivals shuttle. Now expect to see green wearing assitants.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1315 316c924e-a436-60f5-8080-3fe189b3f50e
- When a blood sample is taken, it retains some information on what kind of chemicals were the subject's body at the time the sample was taken.
- Two new R&D Items: Mass-Spectrometer (EM Spectrum Research 2, Biotech 2) and Advanced Mass-Spectrometer (EM Spectrum Research 4, Biotech 2). Allows for the identification of chemicals in a blood sample. To use the devices, you simply use a container (or syringe) full of blood on the device and then click the device in your hand (like how you use the gas analyzer). At low reliability, they might miss some chemicals in their report or potentially even break. The Advanced version not only lists what chemicals were present in the body, but also much much.
- The deconstructive analyzer now gives 1 or 2 points to a device design's reliability (rather then just 1) when analyzing a device. Also fixed some bugs in the deconstructive analyzer.
- Not all devices have a 100% reliability now (most current ones did, but not all).
- Few tweaks in R&D lab. Derp derp.
- Mint tweaked slightly. Miners can now access the mint foyer and the mint materials loading area but not the vault (only the captain can access the vault, by default).
- Research sub-paths Robotics and generators removed. Now all techs just use the primary paths. Sub-paths might be re-added later but not these ones.
- Power Storage Technology renamed "Power Manipulation Technology".
- More stuff can be analyzed in the destructive analyzer. Intellicards can now be produced from the protolathe (Programming 4. Requires 1000 glass and 200 gold)
- Updated the R&D readme file. Now it has a list of all the holes in the tech paths (ie. Where we need to add new stuff). It's not intended as a complete list of everything that can be made or researched, just a check list to make sure all the research levels are covered.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1073 316c924e-a436-60f5-8080-3fe189b3f50e
Medibot sprite fixed.
Aliens now attack bots instead of opening control window.
All bots can be damaged and repaired.
All bots are effected to EMP now.
Asteroids generation was tuned to do not spawn asteroid on z-level edges.
Enabling admin verbs now wont turn on deadchat if it was turned off.
An emergency toolbox now contain a red crowbar.
Mime job is now available to join as.
Added radio channel for miners, use :h or :d ("diggers" lol) as shortcut.
Added radio channel for cargo techs, use :h or :q as shortcut.
Added a personal headsets to HoP and QM.
Some unrelated runtime errors was fixed.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1050 316c924e-a436-60f5-8080-3fe189b3f50e
Added some more toy icons for future use.
Another revolver/gun sprite added. New gun added as admin-spawn only. Based on a forum sprite.
Moved some unused gun sprites from weapons.dmi to gun.dmi.
Modified toilet sprite.
Fixed toilet direction on Prison Station.
Made tape recorder smaller.
New d6 sprite.
Added a reinforced window to Engineering. Removed an Engineering locker from inside one of the grills.
Moved status displays inside Engineering.
Changed Beepsky's path, again.
Added a spell list to the wizard shuttle so you know what you can buy.
Fixed some disconnected APC in Warden's office.
Replaced identification computer with a prisoner management console on the Prison Station.
Placed explosive implant kit on Prison Station.
Removed clown's secret stash. It was placed there by mistake.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@603 316c924e-a436-60f5-8080-3fe189b3f50e
Expanded Med Bay entry.
Hydro made smaller.
Library, toilets, and exercise center switched around. Also modified.
Fixed a floating APC near Arrivals.
Fixed a floating APC in EVA.
Fixed Beepsky's patrol path.
Fixed barman and chef maintenance door access.
Removed second bar maintenance door.
Nuke maintenance entry now includes command access.
Genetics has a little bit more room now.
Hopefully fixed mules, again.
Other misc changes.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@570 316c924e-a436-60f5-8080-3fe189b3f50e