Commit Graph

12467 Commits

Author SHA1 Message Date
phil235 8daa8d9075 Fixes some admin buttons in certain admin messages ("move ferry" in the ferry request message, "adminmoreinfo", "antagonist" (to check antagonist) in player panel, 'list_signalers' button in transfer valve opening message).
Fixes Blue space artillery button in Centcom message, nuke code request message and syndicate message.
2015-10-12 02:03:31 +02:00
oranges f3a3139b7a Disallow a hacked autholathe to build highcap cells
It was decided that this was probably a little to OP with stun prods
2015-10-12 08:28:27 +13:00
octareenroon91 c45b04c49d Port pizzastation autolathe improvements
Squashed version of 3 commits from pizza station

Match the build_type to its defined bitflags.

Introduce the "Machinery" category to accept low-tier machine parts.
The designs in question already identify themselves as AUTOLATHE - buildable.  They simply have no category.

Update stock_parts_designs.dm

Improve Autolathe selection

Now you can make basic power cells in your Autolathe!
2015-10-12 08:25:46 +13:00
KorPhaeron 4b162975cb Fix 2015-10-11 13:48:55 -05:00
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
phil235 8c291e4d60 Fixes experimentor throwing stuff around one item at a time instead of all at once. Also, it no longer throws anchored things. 2015-10-11 18:06:04 +02:00
phil235 9c3d5ae3c7 Fixes runtimes with augmented_eyesight refund, atom/movable/Bump(), fleshmend, spraycans, PDA messaging, remove_from_storage(), and gun burstfiring. 2015-10-11 17:18:31 +02:00
KorPhaeron 20e79ee109 Tweaks 2015-10-11 08:56:13 -05:00
Jordie0608 d19954dd6f stealthmin check for kick notification 2015-10-11 23:16:24 +11:00
phil235 7706b8f870 derp, let's not make janicart unbuckling runtime.
Also renaming obj/effect/spacevine/buckle_mob() to entangle_mob() since it's not really the standard buckle_mob() and could cause runtimes.
2015-10-11 14:08:06 +02:00
AnturK 6553207735 Fixes morph infinite loop 2015-10-11 13:10:11 +02:00
Incoming d7713f21b9 The Staff of Healing is now selectable for a cost of 1 in the spellbook
The spell "Charge" is now selectable for a cost of 2 in the spellbook

The spellbook's category system has been reworked to help deal with the huge scroll bars it previously had and help identify to wizards what needs spells and items serve.

The new categories are:

Offensive:
Fireball
Disintegrate
Blind
Mutate
Flesh to Stone
Lightning Bolt
Curse of the Barnyard
Staff of Change
Staff of Chaos

Defensive:
Magic Missile
Disable Tech
Repulse
Stop Time
Smoke
Forcewall
Bind Soul
Staff of Healing
Scrying Orb
Wand Assortment
Armor Set

Mobility:
Mind Transfer
Blink
Teleport
Ethereal Jaunt
Knock
Staff of Door Creation

Assistance:
Instant Summons
Charge
Staff of Animation
Soul Stone Shards + Artificer
Necromantic Stone
Apprentice Contract
Bottle of Blood

Fixes an unreported bug where targeting your mouth with a staff of healing allowed self healing through suicide.

Adds an easter egg to clever wizards who try to charge the spellbook to get more charges.
2015-10-10 20:35:51 -04: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 6bb09c92cd derp, removing comments, adding a missing Feedstop() 2015-10-10 21:53:22 +02:00
phil235 df171284cb Slimes now uses buckling to feed and attach themselves on mobs. This removes the silly check in mob/Move(), reducing lag.
Fixes mobs being able to attach slimes onto other mobs.
2015-10-10 20:41:27 +02:00
AnturK 4b95cb4aa6 Update client procs.dm 2015-10-10 20:08:50 +02:00
Kyle Spier-Swenson 14012f1d35 Fixes compile error in client procs from mismatched () 2015-10-10 10:05:50 -07:00
Kyle Spier-Swenson 0a3740c13f Changes webclient member checking to use IsByondMember()
You can disable byond member features in preferences, something the other method checked, but this could lead to somebody not being able to get in to re-enable them.
2015-10-10 09:43:25 -07: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
AnturK fb57e989ce Autoadmin initial 2015-10-10 12:37:12 +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 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
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
KorPhaeron 6af623a215 Update 2015-10-09 23:13:24 -05:00
KorPhaeron 5ba9cfd1cc Wrong PR 2015-10-09 23:12:41 -05:00
KorPhaeron 57a3e65ee7 Night Vision 2015-10-09 22:39:46 -05:00
KorPhaeron 31836a5deb Removes in world 2015-10-09 22:37:53 -05: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 08d73f71c9 Merge pull request #12240 from phil235/BugFixBoogalooD
some simple Bugfixes
2015-10-10 03:26:45 +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 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 880a9f0544 Merge branch 'cargonevergetsanything' of https://github.com/bgobandit/-tg-station into bgobandit-cargonevergetsanything 2015-10-10 02:28:24 +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
CosmicScientist 01b603b73c Adds me to larva 2015-10-09 21:21:16 +01: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
KorPhaeron 95e3a14c68 Map loader 2015-10-08 21:45:13 -05: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
unknown 173e044f68 increased ethanol confusion 2015-10-08 19:57:54 -06: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