Commit Graph

19957 Commits

Author SHA1 Message Date
phil235 c19d1c1427 Removed unused code in hologram.dm
Fixes displaycase when you could put a new item in it w/o first removing the first one.
Fixes parrot going through windows when getting on its perch, and some other cases of in_range() instead of Ajacent().
Fixes not being able to change transfer amount of reagent containers while buckled.
Remove unused sprites in stationobjs.dmi
2015-10-11 20:18:13 +02:00
Jordie0608 d19954dd6f stealthmin check for kick notification 2015-10-11 23:16:24 +11:00
Remie Richards 89b12e561f Merge pull request #12171 from Iamgoofball/patch-130
Kicks now inform you who kicked you.
2015-10-11 01:24:41 +01:00
phil235 9c79257aab Changes the paths of stools, beds and chairs. It is now obj/structure/bed/chair and obj/structure/bed/stool. It makes much more sense since stools barely have any code of their own.
Beds (and chairs) now have buildstacktype and buildstackamount vars to handle how many sheets of what they should drop on deconstruction.
They also have a foldabletype var to handle folding into item (currently only used by roller beds) so that people can add foldable chairs in the future.
Fixes swivel chairs not dropping the correct amount of metal sheets.
2015-10-10 13:35:00 +02:00
phil235 c95d0e740d Merge pull request #12144 from Shadowlight213/MalfBrain
Makes the Ai braindead message not appear if the AI shunts
2015-10-10 12:21:17 +02:00
phil235 259fb15b3e Merge pull request #12216 from CosmicScientist/TurretSpelling
Syndicate turret no longer packs a bunch
2015-10-10 12:09:20 +02:00
phil235 63a19613e6 Merge pull request #12189 from Xhuis/#freedrone
Fixes drones being unable to be revived by other drones
2015-10-10 12:05:02 +02:00
phil235 e9ee6adeb5 Merge pull request #12262 from francinum/patch-6
Reinforced Window Spawner
2015-10-10 11:56:46 +02:00
Razharas 570a18179b Merge pull request #12217 from GunHog/Scan_Visor_Is_My_Favorite_MP_Visor
Research Examines!
2015-10-10 08:35:43 +03:00
Razharas 25b514081f Merge pull request #12258 from Iamgoofball/patch-132
improves VERY RAGIN' BULLSHIT MAGES
2015-10-10 08:35:10 +03:00
Razharas 422ac66f5f Merge pull request #12254 from francinum/patch-5
Spelling fixes to surgery
2015-10-10 05:12:13 +03:00
GunHog 839d22f842 Proper name extraction
Uses the Protolathe procs to obtain the correct tech and material names!
2015-10-09 19:44:18 -05:00
Razharas 4c204a2335 Merge pull request #12222 from KorPhaeron/robusttendency
Medical HUD for support parasite/guardian
2015-10-10 03:33:50 +03:00
Razharas 297c5d7d4e Merge pull request #12247 from CosmicScientist/ThreeGrammarFixes
Cigs, urinals, infrared lasers, oh my!
2015-10-10 03:29:42 +03:00
Razharas c884aa8243 Merge pull request #12233 from Jordie0608/iswearthewaythisevaluateskeepschanging
Misc fixes
2015-10-10 03:28:21 +03:00
Razharas 47cdbb1f77 Merge pull request #12241 from xxalpha/airlocking
Fixed large glass airlock sprites.
2015-10-10 03:27:07 +03:00
Razharas 08d73f71c9 Merge pull request #12240 from phil235/BugFixBoogalooD
some simple Bugfixes
2015-10-10 03:26:45 +03:00
Razharas 6f8659ce04 Merge pull request #12231 from duncathan/maps
Adds the name of the current map to world.log at roundstart
2015-10-10 03:25:28 +03:00
Razharas 8fd2f74d2b Merge pull request #12223 from phil235/BugFixBoogalooB
Bug fix boogaloo, etc...
2015-10-10 03:24:38 +03:00
Razharas ed7802599c Merge pull request #12208 from xxalpha/smoothballs
Fixed asteroid rock edging breaking wall smoothing.
2015-10-10 03:23:10 +03:00
Razharas 8d3b1ac018 Merge pull request #12202 from Xhuis/autorifle_removal
Armory re-mapping and autorifle removal
2015-10-10 03:21:52 +03:00
Razharas 34f1552eb5 Merge pull request #12199 from Aranclanos/hypomedborg
Fixes medborgs injecting mobs without reagents with their hypospray
2015-10-10 03:17:11 +03:00
Razharas acbe87be22 Merge pull request #12186 from MrStonedOne/patch-46
Adds logging and admin announce to admin ghosting.
2015-10-10 03:16:05 +03:00
Razharas 9422258e84 Merge pull request #12181 from Xhuis/second_best_to_the_perma_fire_gimmick
Spell book rebalance
2015-10-10 03:15:53 +03:00
Razharas 28c9a70ace Fixes spell list clearing
Fixes spell list clearing
2015-10-10 02:55:51 +03:00
Razharas 32fd0da9f2 Merge branch 'patch-1' of https://github.com/whitefox08/-tg-station into whitefox08-patch-1 2015-10-10 02:38:43 +03:00
Razharas 9dec40d8d5 Removed colon
Removed colon
2015-10-10 02:31:19 +03:00
Razharas 880a9f0544 Merge branch 'cargonevergetsanything' of https://github.com/bgobandit/-tg-station into bgobandit-cargonevergetsanything 2015-10-10 02:28:24 +03:00
Razharas b2cb2923da Fixed bgos description
Fixed bgos description
2015-10-10 02:06:57 +03:00
Razharas effae76516 Merge branch 'bundlestuff' of https://github.com/bgobandit/-tg-station into bgobandit-bundlestuff 2015-10-10 02:04:43 +03:00
phil235 4a71185268 * Fixes butchering, it no longer does both an attack and butchering at the same time.
* Morph no longer automatically drop its content on death, you have to butcher it to retrieve the content, 10 items at a time.
* And those items are spread in a one tile radius to avoid having too many things on one tile).
*The morph also drops generic meat during final butchering (it's only because it needed to drop something to be able to be butchered, feel free to change the meat to something else)
2015-10-10 00:03:55 +02:00
Firecage d907ad6ef3 Reverts the revert of the revert 2015-10-09 17:44:12 +02:00
Aranclanos 0fccd6ffce Revert "Revert "Removes alien driveby"" 2015-10-09 12:35:43 -03:00
Swag McYolosteinen 43f90e8b3a Merge pull request #12236 from tgstation/revert-12163-aliendryby
Revert "Removes alien driveby"
2015-10-09 17:22:03 +02:00
Jordie 56c6c3f613 Merge pull request #12210 from GunHog/How_To_Train_Your_Xeno
Praetorian Promotion Fix
2015-10-10 00:10:32 +11:00
Razharas 5baaf06fce Merge pull request #12225 from phil235/BugFixBoogalooC
Trashbag can pick up ammo casings and reagent_containers/food/drinks again.
2015-10-09 12:42:17 +03:00
Razharas 87f2cbf4ed Merge pull request #12218 from phil235/BugFixBoogalooA
Fixes critical bug causing multiple hits from single projectile.
2015-10-09 12:41:08 +03:00
francinum fbfb80a0e2 I after E
When you're spelling something not 1 line away.
2015-10-09 00:25:20 -04:00
Iamgoofball 749d1ea8d2 improves VERY RAGIN' BULLSHIT MAGES
based on hornygranny and I's testing that one round

this is done with studies to prove this is how you meme it up

improves ragin' mages

makes admins get laid when they use it
2015-10-08 20:01:15 -07:00
francinum f6bcb5359f Adds a critical S
[user] mend the incision in [target]'s [parse_zone(target_zone)].
[user] mends the incision in [target]'s [parse_zone(target_zone)].
2015-10-08 22:19:11 -04:00
GunHog e76411cd50 Buildable Science goggles
- You can now build Science Goggles at a protolathe.
- Fixes small var derp
2015-10-08 18:31:19 -05:00
CosmicScientist 58f6c961e4 Cigs, urinals, infrared lasers, oh my! 2015-10-08 22:45:09 +01:00
xxalpha 5506fbc662 Fixed large glass airlock sprites. 2015-10-08 19:09:41 +01:00
phil235 9b0d8c0b54 Tiny tweak 2015-10-08 20:09:05 +02:00
phil235 c4c447a8dc Fixes hotspot having two New() procs.
Fixes many machines and a few structure not having a cooldown when attacked with an item.
Fixes not being able to eat or be facehugged when wearing riot helmet with visor up.
Fixes not being able to use child of the tool type for craft recipes requiring tools.
Tablecrafting failure message now tells you what caused the failure (missing tool, missing component)
Fixes fuego plasma burrito recipe.
Fixes being able to grab cups from water cooler with telekinesis, putting the cup directly in your hand.
Fixes golem appearing with their old human name for a split second.
Some changes to make code more OOP (take_damage() proc for barricade, shieldgen, etc)
Some tweaks to light tube building code.
2015-10-08 19:50:01 +02:00
GunHog dcbcfefa01 Action buttons + More mobs!
- Scanner control is now an action button.
- Fixed multiple scanner bugs (I think)
- Gave ability to drones and borgs.
2015-10-08 11:30:39 -05:00
Cheridan 136140614d Merge pull request #12151 from AnturK/larvafix
Misc Fixes
2015-10-08 07:20:30 -05:00
Xhuis 406f727ead Armory remap, autorifle removal 2015-10-08 08:03:58 -04:00
AnturK 75e82f15f2 Return for buckling procs
Makes unbuckling priority over removing bag in janicart
Makes doors bumped in janicart open.
2015-10-08 13:40:53 +02:00
Jordie0608 477b389954 fixes adminonly evaluating as true always 2015-10-08 18:09:43 +11:00