Commit Graph

12467 Commits

Author SHA1 Message Date
CosmicScientist 58f6c961e4 Cigs, urinals, infrared lasers, oh my! 2015-10-08 22:45:09 +01: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
kingofkosmos 41220a62b2 Revert spreadfire back to normal. 2015-10-08 19:26:32 +03:00
Cheridan 136140614d Merge pull request #12151 from AnturK/larvafix
Misc Fixes
2015-10-08 07:20:30 -05:00
Jordie0608 477b389954 fixes adminonly evaluating as true always 2015-10-08 18:09:43 +11:00
phil235 832e650ffc Trashbag can pick up ammo casings and reagent_containers/food/drinks again.
Dipping a lit cigarette into a reagent container heats up the liquid (like every other heat sources) and only unlit cigarette can be dipped to absorb the liquids now.
2015-10-08 01:26:55 +02:00
phil235 0efb30434a Fixes not being able to move during jaunting if you are cuffed and pulled.
Greenglow decal no longer disappears after 2 minutes.
Fixes runtime with explosive implant activation.
Fixes stunbaton infinite cell charge, the baton now turns off if you try using it after its cell has been deleted somehow.
Fixes bloody pulled mob leaving a blood trail in zero G.
Shortens the guardian battlecry message when attacking to lower chat spam.
Items in Morph now disperses a bit on death instead of being all on the same tile.
After reaching a limit of 50 items, morph swallowing items deletes them instead of putting them inside the morph.
Monkeys can no longer modify the hand labeller's text to communicate.
Fixes carbon,radium,uranium 's reaction_turf creating multiple decal on a tile, it now checks if there's already a decal of the relevant type and (for radium and uranium) only transfers reagent to it if it finds one.
2015-10-08 00:48:00 +02:00
KorPhaeron 6095956059 Changes 2015-10-07 14:41:06 -07:00
Remie Richards 97de4b2ebe Merge branch 'master' of https://github.com/tgstation/-tg-station into HandOfGod-Resurgence
Conflicts:
	code/modules/mob/living/simple_animal/guardian/guardian.dm
	icons/mob/head.dmi
	icons/mob/suit.dmi
	icons/obj/clothing/hats.dmi
	icons/obj/clothing/suits.dmi
	icons/obj/storage.dmi
2015-10-07 22:24:53 +01:00
Xhuis 532c796e32 Nar-Sie sound restoration 2015-10-07 17:22:47 -04:00
Remie Richards b9394257da About a million changes, but largely: Functional (Sort of) Antag Huds, Mind fixes, and Final glue to get the mode working. 2015-10-07 22:11:19 +01:00
Razharas 92523c03f2 Merge pull request #12137 from Xhuis/sleeping_carp_buff_2_please_dont_ban_me_from_the_repo
Sleeping Carp changes
2015-10-07 22:25:11 +03:00
Razharas 8b4447dcad Merge pull request #12157 from Xhuis/can_we_do_this_again
Generalizes vomit into a single carbon proc
2015-10-07 22:20:32 +03:00
Razharas b8adf736a5 Merge pull request #12185 from MrStonedOne/patch-45
Removes admin announce and admin log from follow.
2015-10-07 22:15:10 +03:00
phil235 dbaba791f3 Fixes critical bug causing multiple hits from single projectile.
Fixes some other potential issues coming from changing a few del() to qdel().
Fixes not being able to shoot mob on same tile as the shooter.
Fixes being able to shoot oneself by simply clicking our mob.
Fixes not being able to shoot non human mobs right next to us.
2015-10-07 20:57:36 +02:00
GunHog 4a5caf968a Research Examines!
Science Goggles and the Prototype Hardsuit Helmet may now scan items for
their research potential and machines for their contents.

Examine an item to gain additional data.
- Tech levels
- Materials that can be salvaged from it if recycled
- Reliability rating
- Crit failure, if present.

Examine a machine to learn the components used to build it.
2015-10-07 13:45:51 -05:00
Razharas 78f5e90467 Merge pull request #12191 from Shadowlight213/Revenantlobby
Fixes Revenant speech being heard in the lobby
2015-10-07 19:33:17 +03:00
GunHog 305f5bd21d Promotion Fix
- Was trying to use up the target's plasma instead of the user's.
- Raises the cost back to 500, as was intended by WJ.
2015-10-07 08:19:54 -05:00
Swag McYolosteinen 4697cdb1df Merge pull request #12083 from KorPhaeron/candycornvampire
Fixes the detectives hat
2015-10-07 13:36:35 +02:00
xxalpha 7c98cb54e3 Fixed asteroid rock edging breaking wall smoothing. 2015-10-07 12:01:01 +01:00
Razharas 0ad7257a52 Merge pull request #12089 from MrStonedOne/maprotation
HOLY FUCKING SHIT, I'VE DONE IT! Map rotation!
2015-10-07 07:53:42 +03:00
MrStonedOne 701e966f8f choosen -> chosen 2015-10-06 21:50:19 -07:00
MrStonedOne 8d30d50c63 Adds a next map status tab entry. 2015-10-06 21:21:10 -07:00
MrStonedOne 1f7234d3bb adds prompt and logging to trigger map rotation verb 2015-10-06 21:20:35 -07:00
MrStonedOne e27e9e8371 Map rotation fixes:
Fixes mutiple rotate operations from breaking the server, map rotation will properly detect rotation operations as well as update operations and abort.
Fixes max pop being treated as minpop
Adds more feedback to admin verbs.
2015-10-06 21:12:00 -07:00
Razharas 2787925676 Merge pull request #12165 from Chnkr/patch-2
BYOND: Calling things each tick.
2015-10-07 04:00:42 +03:00
Razharas 156e0cabda Finishes Kors PR
Finishes Kors PR
2015-10-06 23:14:06 +03:00
WJohn 8a7b0d6c27 Revert "Removes alien driveby" 2015-10-06 15:19:51 -04:00
Razharas 33cc64b0a8 Merge pull request #12163 from Aranclanos/aliendryby
Removes alien driveby
2015-10-06 21:59:17 +03:00
Aranclanos 3f0731fab3 Fixes medborgs injecting mobs without reagents with their hypospray 2015-10-06 15:31:01 -03:00
Xhuis 038a5ba891 Conflicts 2/3 2015-10-06 11:22:26 -04:00
Shadowlight213 b380b972be Fixes Revenant speech being heard in the lobby 2015-10-06 00:43:47 -07:00
Razharas 9b710d7fcb Merge pull request #12153 from duncathan/destroyfixes
Destroy() fixes
2015-10-06 09:27:41 +03:00
Xhuis d328b8be17 Fixes drone reviving 2015-10-06 01:59:56 -04:00
Kyle Spier-Swenson d1d7fb932c Adds logging and admin announce to admin ghosting. 2015-10-05 20:56:15 -07:00
Kyle Spier-Swenson c1031a5a66 removes admin announce from follow.
This was only kept because it was the only easy way to claim an admin help.

Because starting to type a response to an admin help announces, this is no longer necessary
2015-10-05 20:48:07 -07:00
Razharas 070eb882db Merge pull request #12077 from GunHog/I_am_WJs_Code_Slave_Now
Royal Xeno Expansion!
2015-10-06 00:30:06 +03:00
Razharas 55e0c771d7 Merge pull request #12142 from Jordie0608/ivefoundareasonwhypollcodeislikethisbutamstilllookingforagoodreason
Create Poll fixes
2015-10-05 22:23:09 +03:00
Razharas b8378d2904 Merge pull request #12075 from KorPhaeron/thrallchange
Fixes thrall examine
2015-10-05 22:14:30 +03:00
WJohn 01ba1158fc Merge pull request #11981 from Tokiko1/clothes-addition1
Small clothes addition.
2015-10-05 15:13:11 -04:00
GunHog 45aee25f74 Royal Inhands
- Gives unique facehugger inhands to match the larger sprites of teh
royals.

I apologize in advance for the horrible coding. I cannot into sprites.
2015-10-05 12:43:42 -05:00
Xhuis 832a3dcf90 Generalizes deflection to all martial arts 2015-10-05 12:01:31 -04:00
AnturK fde2d23e12 Changes lone op tc 2015-10-05 12:14:18 +02:00
AnturK 8959858f41 Lone Operative Event 2015-10-05 12:14:17 +02:00
Jordie0608 398a3ea1d1 unmagics polltypes into defines 2015-10-05 17:44:37 +11:00
Shadowlight213 d33ead1350 Fixes an src 2015-10-04 22:48:59 -07:00
MrStonedOne f05d5e1d61 Adds config option for allowing webclient.
Also adds a config option to restrict webclient to byond members only.
2015-10-04 21:06:45 -07:00
Razharas 3a10e2384b Merge pull request #12104 from Xhuis/free_drone
A few drone tweaks (now with 100% less emagging!)
2015-10-05 07:00:36 +03:00
Iamgoofball 77441b42c7 Kicks now inform you who kicked you. 2015-10-04 19:39:45 -07:00