Commit Graph

4740 Commits

Author SHA1 Message Date
Aranclanos b8caf8768e I didn't even knew that you could add the empty shells to other guns, oh well.
Same fix for the rest of the projectile guns, now they won't "fire" invisible bullets.
2013-03-28 11:17:41 -03:00
Aranclanos 56ecfe8ed9 Fixed issues related to shotguns and their shells.
-The description "A weak beanbag shell. This one is spent. This one is spent. This one is spent. This one is spent." made by double barreled shotguns is gone, now the message is only added when the shotgun actually fires and uses the shell
-All other kind of shotguns will now add the "This one is spent." message.
-Shotguns will stop firing invisible bullets, making them less confusing.

Changed the "You break the double barreled shotgun" message to "You open the double barreled shotgun" because it was confusing, the playes (myself included) thought that they actually ruined the pretty gun.
2013-03-28 06:16:53 -03:00
Pete Goodfellow 2c9283dd05 Merge pull request #154 from aranclanos/Second
Surgery bugfix without other commits.
2013-03-27 12:52:36 -07:00
Pete Goodfellow 1260c80d6b Merge pull request #87 from Giacomand/Solar_Branch
Fixes the solar control computer so it's overlay works in auto mode.
2013-03-27 12:18:58 -07:00
Pete Goodfellow 6420afd03f Standardised portable_turret.dm. It was horrible. (It's still horrible, but it's not quite so bad now.) 2013-03-27 19:00:59 +00:00
Pete Goodfellow 0b64f2206c Merge branch 'master' of git://github.com/aranclanos/-tg-station into nuketurretsfixes 2013-03-27 18:04:42 +00:00
Pete Goodfellow 565cbbc197 Updated dresser.dm icon to the full path. Adds dresser.dm to the dme. 2013-03-27 17:03:51 +00:00
Cheridan 293b2cfdfc -ADDS THE DRESSER.DM. FUUUUUCK. 2013-03-27 11:24:23 -05:00
Cheridan 10bd174a03 Underwear update! Adds two new undie styles, a modest tankini for ladies and red briefs for the guys.
Adjusts a couple hardcoded lines to make adding more undies in the future easier.
Adds dressers! Similar to mirrors, they let you change your underpants.
2013-03-27 00:08:45 -05:00
Giacomand ef9f300a94 Merge pull request #69 from Tastyfish/master
Violin & Piano UI Update
2013-03-26 02:48:09 -07:00
Giacomand 20fd4322fd Merge pull request #95 from rastaf0/fix-air-alarm
Fixes #88 panic syphon status gets stuck on.
2013-03-26 01:54:03 -07:00
Uristqwerty bf4b58cc7d Fixed infinite loop in powernet rebuild.
If a machine was not anchored, it would spin forever, doing nothing.
Fixed on baystation a while ago.
2013-03-25 16:28:04 -04:00
Pete Goodfellow b74556722f Merge pull request #96 from Giacomand/Small_Fix
* Removing an unneeded & exploitable snippet of code.
2013-03-25 11:33:23 -07:00
Pete Goodfellow d53fdcaede Set the twohanded.dm offhand item to abstract = 1. 2013-03-25 17:15:14 +00:00
Giacomand fbd46f1f53 * Removing an unneeded exploitable snippet of code. (The game doesn't even use it) 2013-03-25 16:44:57 +00:00
Rastaf.zero 3365735921 Fixes #88 panic syphon status gets stuck on.
Also air alarm "off" state returns back. It turns off all the machines in area.
2013-03-25 18:41:07 +04:00
Cael Aislinn 4ea0992219 Merge pull request #94 from Petethegoat/abstract
Abstract items no longer show up on examine.
2013-03-24 16:46:29 -07:00
Pete Goodfellow a389835a30 Abstract items no longer show up on examine. 2013-03-24 23:43:58 +00:00
Pete Goodfellow 38093ee489 Standardises dirtystation.dm, and vastly reduces the chances for 'interesting' dirt, such as blood and vomit. Blood in particular is much rarer.
Makes virology always clean.
2013-03-24 16:03:45 +00:00
Pete Goodfellow 2b3c769662 Makes /obj/effect/decal/cleanable/dirt mouse_opacity 0, as it covers the whole tile and prevents people from crowbarring it up.
It can still be cleaned by mopping the tile.
2013-03-24 16:01:49 +00:00
Pete Goodfellow 9e50852028 Fixes a typo in the dirty floor MC setup. \ref -> \red. 2013-03-24 16:00:36 +00:00
Aranclanos 327d3db770 Fixes items calling their afterattack() proc when they are used on surgeries, for example, inserting a syringe inside of a person and then starting to inject the contents of the syringe on said person.
afak, surgeries can't be handled on the afterattack() of the different surgery tools because of cavity implants, so this is a semi-decent fix that can be used for future features too. But I do not like touching this code. I appreciate any feedback about this.
2013-03-24 08:53:29 -03:00
Aranclanos 406f477719 Portable Turrets:
-Changed the power from portable turrets from 200 to 500

Nuclear bomb cinematic:
-Removed a comment as per carn request.
-Changed a bit the killing loop.
2013-03-23 13:11:40 -03:00
Cael Aislinn 4c240f718e Merge pull request #76 from Cheridan/master
Glowshroom Reworking
2013-03-22 19:04:04 -07:00
Cael Aislinn ff1f98023a Merge pull request #47 from Giacomand/NTSL_Fix
NTSL Commit Times. [Immersion] [Realism]
2013-03-22 19:02:54 -07:00
Cael Aislinn 472af68510 Merge pull request #74 from rastaf0/improvement-debug-tools
Improvements to debug verbs del-all and spawn.
2013-03-22 19:02:39 -07:00
Cael Aislinn f274815b42 Merge pull request #79 from Carn/ShowRevision
Substitute for the getrev code. Unfortunately, it only fetches the commi...
2013-03-22 18:58:12 -07:00
Giacomand e83432c07d * Fixes the solar control computer so it's overlay works in auto mode. 2013-03-23 00:13:19 +00:00
Nodrak 6ff935e9ba STOP COMMITTING BROKEN SHIT!
Adds a missing bracket to the dirtystation stuff. The code once again compiles.

Removes an extra sleeper console from the shuttle that blocked access to the sleepers.
2013-03-22 18:32:38 -04:00
Cael Aislinn ea895264b1 Merge pull request #52 from SuperSayu/master
Dirty Stations
2013-03-22 10:10:09 -07:00
SuperSayu c65bcc1e09 Remove superfluous usr check and adjust comments 2013-03-22 11:32:44 -04:00
Cael Aislinn cff236a57d Merge pull request #67 from Uristqwerty/master
More tube stuff
2013-03-22 07:46:26 -07:00
Aranclanos ba25989233 Portable turrets will now use the same projectile than the gun wich they were builded with.
All the portable turrets will use the same amount of power now.
Added a check to make sure that borgs don't use their tasers/lasers on the process of making a portable turret.
Made the switch check on the New() proc of portable turrets less awful.
Portable turrets that use lasers will have the orange sprite (retro-lasers, practice, captain's gun, lasercannon), everything else, the blue turret sprite.
2013-03-22 07:43:29 -03:00
Aranclanos 4fcd247813 The nuclear bomb explosion cinematic now plays to all clients instead of only living ones.
The nuclear bomb sound now plays to all players instead of only mobs extremely close to the bomb.
2013-03-22 04:54:36 -03:00
SuperSayu 680d607e23 Relocated dirtystation.dm to the proper location and re-adds the dirt-making code to the master controller setup() 2013-03-21 19:59:54 -04:00
SuperSayu bb5929327a Commit only changed files to master this time 2013-03-21 18:13:54 -04:00
carnie d7f92c2d7a Making modifications to getrev, requested by Nodrak x
You can now change the link to your github project by modifying config/git_host.txt

Removed config/svndir.txt, as it is no longer needed.

Signed-off-by: carnie <elly1989@rocketmail.com>
2013-03-21 03:54:27 +00:00
Cael Aislinn 9bc6d648c3 Merge pull request #78 from Giacomand/Small_Fix
* Fixes wallets appearing as "wallet" in the Crew Monitoring computer. ...
2013-03-20 06:37:51 -07:00
Aranclanos ae0c91e8a2 Removed the stun of the electric chair. It was a 10 minute stun. It's open for discussion. 2013-03-20 10:25:38 -03:00
Aranclanos 63de9f1019 Fixes a runtime regarding the construction of standard airlocks. Changed two if checks [if (var == "")] for [if(!var)] 2013-03-20 08:20:39 -03:00
Tastyfish 806d784b16 Moved backend and UI functionality into the datum/song class and made in generalizable for special-case functionalities for player checks, etc 2013-03-20 04:52:17 -04:00
Tastyfish 02b3b35b72 Merge branch 'master' of https://github.com/tgstation/-tg-station 2013-03-20 03:25:46 -04:00
Carnie 2d41705d68 Merge pull request #75 from Uristqwerty/path-opt
Pathing optimization. Thanks UristQwerty!
2013-03-19 21:47:16 -07:00
Carnie 986b06bb10 Merge pull request #59 from Nodrak/master
Airlock Painters
2013-03-19 21:37:33 -07:00
carnie 05afc4f52c Substitute for the getrev code. Unfortunately, it only fetches the commit-hash for HEAD.
This should be sufficient for our needs though.

Signed-off-by: carnie <elly1989@rocketmail.com>
2013-03-20 04:31:02 +00:00
Giacomand 005ea828ac Merge pull request #56 from aranclanos/master
Fixes for screen HUD object icons.
2013-03-19 16:06:15 -07:00
Nodrak 4e7dabc953 Merge pull request #72 from Carn/ShowRevision
Disables the code for fetching SVN-revision info until we can get a Git equivalent working. According to carn var/global/datum/getrev/revdata may be useful to us in the future so it can stay for now. Resolves Issue #65
2013-03-19 15:55:57 -07:00
Giacomand 7052aaa602 * Fixes wallets appearing as "wallet" in the Crew Monitoring computer. It will now show the ID inside. 2013-03-19 22:40:16 +00:00
Uristqwerty 48fafe66bb Pathing optimization
+ Added Distance_cardinal proc. Should result in slightly more CPU-efficient pathing when used with CardinalTurfsWithAccess, or other adjacent turf procs that do not return diagonals.
 + Changed calls to AStar that used CardinalTurfsWithAccess to use Distance_cardinal instead of Distance

Overall effect: A bit less CPU used during pathing, if a bot has to path around corners. If a bot doesn't have to path around corners, it should be about as fast as before.
2013-03-19 08:59:39 -04:00
carnie c5b4fe9610 Merging Cheridan's chemistry reagents tidy-up and bottle-emptying confirmation. 2013-03-19 06:30:41 +00:00