Commit Graph

7317 Commits

Author SHA1 Message Date
Aranclanos f89f2c5c0d Merge pull request #1890 from Giacom/disposals_map
[MAP] Modified the disposals room to have a crusher and a stacking machine
2013-12-02 11:43:43 -08:00
Giacomand ad1650494a * Removed the emag code. 2013-12-02 19:40:31 +00:00
ikarrus 178136a101 Adjustments to nuke object
-Added a isspace() check when anchoring the nuke
-Removed the "Make Deployable" verb as it was being used to create an indesctructable wall by griefers
-Removed the requirement to deploy it before being able to use it.
*Now, to toggle the anchor, you need to be fully authorized.
2013-12-02 10:44:12 -07:00
Cheridan 4e2c97bf3f Merge pull request #1910 from Giacom/issue_1908
Adds a stat check for AI vocal announcements. Fixes #1908
2013-12-01 21:18:21 -08:00
Cheridan afd4301acd Merge pull request #1925 from Miauw62/talisman
Cult talismans now appear in your hand instead of on the floor.
2013-12-01 20:54:23 -08:00
Cheridan 13f889a59f Merge pull request #1913 from WitheredGryphon/flasherBranch
Portable Flasher Fix
2013-12-01 20:49:35 -08:00
Cheridan 70ca13a953 Merge pull request #1888 from Malkevin/tunic
Expanded the suit storage for the Captain's Tunic
2013-12-01 19:57:10 -08:00
Rolan7 2cbe155988 Made my mark upon the changelog! Also added streamlined grass-preparation from sandstone code. 2013-12-01 21:24:29 -05:00
Rolan7 3e642f7adc Merge branch 'master' of https://github.com/tgstation/-tg-station into HydroTweaksNov2013 2013-12-01 21:04:20 -05:00
Emil b642db40a1 Reverting a change I never did? 2013-12-01 23:30:22 +01:00
Emil fd61d1f9bd Fixed a mistake in newbanjob.dm
Accidently removed the href tags from an ingame message earlier.
2013-12-01 23:26:59 +01:00
Limeliz 7629c5d4a3 I found #1870 in more places.
Replaced [key_name_admin(usr)] with [key_name(usr)] in all logging, to remove href-tags from logfiles.
2013-12-01 23:18:59 +01:00
Giacomand 449a391dc5 Reduces the amount of get_turf calls.
Removes random noises.
2013-12-01 18:51:29 +00:00
Giacom 0862393aeb Merge pull request #1924 from Limeliz/GamelogFix
Removed href-stuff being saved in adminlogs.
2013-12-01 03:41:31 -08:00
Perakp 4e05048524 Fixes multiple embryos in single host
Added checks so you can’t have multiple embryos in a single host.
Checks are included in both facehugger.dm and alien_embryo.dm, because
there might be ways to implant embryos without facehuggers in the
future, but we also want to avoid creating and instantly deleting
objects.
Also changes chest augmentation surgery to remove any embryos. Before
you could remove the whole chest without finding the embryo inside.
2013-12-01 08:52:34 +02:00
Giacom e32446e12e Merge pull request #1927 from Zelacks/noclone-cloner-feedback
Changes feedback message for NOCLONE in cloner
2013-11-30 17:24:26 -08:00
Giacom 9422233976 Merge pull request #1926 from VistaPOWA/begone_debug_message
Removes an annoying debug(?) message from hydroponics.
2013-11-30 17:23:24 -08:00
Giacom 59cdb97792 Merge pull request #1931 from Aranclanos/LARVAAAAAAAAAAAAAAAS
Fixes the runtimes related to alien larvas and plasma display
2013-11-30 17:21:07 -08:00
YotaXP cb6896489f Fixes Issue #1867 2013-11-30 16:42:08 -05:00
YotaXP 91d7150eed NTSL, parrots, and ID consoles hate apostrophes less.
NTSL's timestamp() will fetch the proper station time.

ID consoles enforce standard player name restrictions on the ID name and assignment.
2013-11-30 14:33:02 -05:00
Robson Richards 69f7119467 Removes the DME, God damn silly error 2013-11-30 13:28:40 +00:00
Perakp 42a0530292 Fixes alien embryos from runtiming when checking limbs
affected_mob was null when it checked for limbs.
2013-11-30 12:32:16 +02:00
Emil 95a2fff302 Fixed out of date mind.dm, then applied the fix. 2013-11-30 00:17:38 +01:00
Rockdtben 9492f102b9 Merge pull request #1903 from YotaXP/Fix-Borg-APC-Access
Fixes Cyborg APC Access
2013-11-29 15:09:13 -08:00
Giacomand 31ba392a85 Fixes DAs not correctly getting the right traitor title before being set as a target. 2013-11-29 21:05:23 +00:00
Giacomand f968f80300 Tweaked meteors to stop playing unnecessary sounds.
Made meteors shake the screen more if you're closer and shake the screen of everybody on the station a little (big meteors only).
2013-11-29 20:33:24 +00:00
adrix89 0a31f26402 Fixed bug that tried to put things in items with no storage
This should work perfectly now.
2013-11-29 21:55:45 +02:00
adrix89 3cfbd7ecff Added putting in box if you have it in your other hand 2013-11-29 16:20:17 +02:00
Rolan7 aa18fb79d1 Fixed a bug where uranium wasn't dealing health damage. Made the mutation rate for radium and uranium equal for simplicity's sake, but radium adds more toxicity. 2013-11-29 09:10:22 -05:00
Aranclanos 6b9d399298 Larvas won't try to use their non-existant plasma display and runtime to hell anymore. 2013-11-29 08:33:24 -03:00
adrix89 3fc5314e2b Quick equip active storage,toolbelt,backpack. 2013-11-29 10:56:17 +02:00
Rolan7 e3d2f9ffe7 DONE Leather gloves now have heat protection like black gloves (to allow removing lights bulbs/tubes)
DONE	Plants require 4 light, mushrooms only 2
DONE	Harvesting should report how many items were harvested (whether plantbag is used or not)
DONE	Plantbag should have a mode to only pick up one kind of plant at a time.  Trash and ore bags too.
DONE	1 unit of mutagen should cause non-species mutations.  (Radium too)
DONE	Uranium should be like radium but even weaker
2013-11-28 23:07:50 -05:00
Giacom 9d4a084b35 Merge pull request #1907 from Aranclanos/FixingSounds
Sound runtimes
2013-11-28 19:10:19 -08:00
Giacom a8aaa1d603 Merge pull request #1916 from Aranclanos/FORTIGYAMA
Runtiming FORTI GY AMA
2013-11-28 19:09:33 -08:00
Zelacks 94f64b1752 Changes feedback message for NOCLONE in cloner 2013-11-29 05:20:49 +08:00
TZK13 ce063d78cf Returned the amount of sleep toxin in reishi back to what it was before. 2013-11-28 14:17:08 -06:00
Giacom 952f0aadb7 Merge pull request #1912 from KazeEspada/clusterbang
Clusterbang launcher improvements.
2013-11-28 11:46:10 -08:00
VistaPOWA abb2b6bdf6 Removes an annoying message from hydrophonics.
It's been bothering me for some time., it looks out of place and it's
not like that the botanist won't notice it. (No idea why some empty
lines were modified)
2013-11-28 20:19:24 +01:00
Miauw f91adaea9d Cult talismans now appear in your hand instead of on the floor. 2013-11-28 19:38:32 +01:00
Emil e82a06fc68 Update mind.dm
Should fix #1870 where href-crap was saved in the adminlogs.
2013-11-28 15:55:01 +01:00
Aranclanos fc94341bce Removed the impossible NOBLOODY flag, replaced it with a simple proc. rejects_blood() 2013-11-28 05:45:49 -03:00
TZK13 e4de436a1e Renamed psilocybin to mushroom hallucinogen, removed psilocybin/mushroom hallucinogen from huge mushroom slice, removed space drugs from reishi, added anti-toxin to reishi and lowered the amount of sleep toxin in reishi. 2013-11-28 00:15:56 -06:00
Malkevin bfe85205a2 Merge branch 'master' of https://github.com/tgstation/-tg-station into tunic
Conflicts:
	html/changelog.html
2013-11-27 23:52:09 +00:00
Giacomand 2e5d4c4fcc Merge branch 'master' of https://github.com/tgstation/-tg-station into virus_tweak
Resolved Conflicts:
	html/changelog.html
2013-11-27 15:58:42 +00:00
Aranclanos 42f5883cdf Added a check for the target of the magic missile between the sleeps. This will stop the runtimes and the MM objects from being stuck in the spot (I think you can pull them though) 2013-11-27 05:47:36 -03:00
WitheredGryphon cdfc7ae7c3 Re-fixed the flashers after breaking them 2013-11-26 20:50:44 -06:00
WitheredGryphon 72ae84a0bb Fixed the greyed out portable flasher issue. 2013-11-26 20:20:14 -06:00
KazeEspada 292430557a Makes the clusterbang launcher unlimited use. Reduces the number of projectiles per reload by half, doubles reload energy cost, and raises the cooldown from 60 to 90. Changes the name to something more humorous from SOP-6 to SOB-3. Raised to mineral cost to that more like the HONK blast.
Only noticeable "bug":the ammo count won't update till the cooldown is over. Also, prevents rearming during the cooldown though.
2013-11-26 18:25:38 -07:00
Aranclanos 3fed8dd8f6 Merge branch 'Cybernetic-limbs' of https://github.com/RobRichards1997/-tg-station into Cybernetic-limbs
Conflicts:
	code/modules/mob/living/carbon/human/human_defense.dm
2013-11-26 22:03:26 -03:00
Giacomand 852e5deb44 Merge branch 'master' of https://github.com/tgstation/-tg-station into camera_bug_sprite
Resolved Conflicts:
	icons/mob/items_lefthand.dmi
	icons/mob/items_righthand.dmi
2013-11-26 21:33:07 +00:00