Cheridan
82b290ffd5
Merge pull request #9557 from kingofkosmos/altclickghosttogglefix
...
Alt-click-toggles now do proper checks
2015-05-20 08:03:25 -05:00
Aranclanos
212e0c9c48
Fixes admin stealth failing to be actual stealth due to href reading or and the pop-out window.
...
Fixes #1121
Adds a new associative list, stealthminID, they will be associated with raw ckey text and their contents will be a random ID. The random ID is generated when an admin goes to stealth, without repeating itself.
New client procs that will handle the list, findStealthKey() and createStealthKey()
Admin-pms will use this special ID for admins who are stealthing, hiding their real ckey.
2015-05-20 09:26:26 -03:00
Carl Ivanov
2dc049b026
make hardset_dna to set blood type correctly
...
also hardset_dna sets species and mutant race color.
2015-05-20 19:15:08 +09:00
Incoming
d1890bb79f
makes the "don't kill the guy who animated your statue" message userdanger because it's ruined more than one wizard's round at this point.
...
That said the wizard was el nath/flesh to stone/magic missle/staff of animation/blink so I don't feel TOO bad.
2015-05-19 21:38:06 -04:00
AnturK
8461818c4a
Fixes statues not being able to attack/move in darkness
2015-05-19 19:59:34 +02:00
AnturK
2d6e01b547
Fixes statues moving in front of mechs
2015-05-19 17:43:47 +02:00
Jordie0608
8329b10890
Merge branch 'master' of https://github.com/tgstation/-tg-station into bugsarethemotheroffeatures
2015-05-20 01:16:16 +10:00
Jordie0608
ffcba8cb61
damp rag can now inject or apply reagents
2015-05-20 01:12:16 +10:00
Aranclanos
fe4d28a376
Newscaster code big cleanup.
...
Removes lots of copypaste.
Admin newscaster barely modified, they still are a gigantic copypaste from the topic.dm() of the newscaster object.
Printed diaries will now only report the information available when they were printed, including wanted status and the different types of censorship.
All datums are now under /datum/newscaster
Wanted is now a different type of datum, /datum/newscaster/wanted_message
Fixed a bug where you couldn't censor normal submissions, made by crewmembers.
Fixes #944
2015-05-19 09:32:46 -03:00
xxalpha
adccdd38e9
Made a proc and fixed other buggy items.
2015-05-19 00:28:15 +01:00
xxalpha
dca4fbbefd
Fixed storages contents not updating in some cases.
2015-05-18 23:40:14 +01:00
Jordie0608
585535dbe2
case error
2015-05-19 05:18:14 +10:00
Jordie0608
3a02fca66c
error fix, adds prompt for editing/removing entries and sql schema stuff
2015-05-19 05:13:07 +10:00
kingofkosmos
494403969e
Alt-click-toggles now do proper checks
...
Such as if you're near the thing, conscious, alive etc.
Fixes #9238
2015-05-18 20:22:04 +03:00
Jordie0608
4763d22f5b
Ports watchlist flagging for ckeys
2015-05-19 03:11:18 +10:00
AnturK
9064d2089e
Adds abductees to Check antags panel.
2015-05-18 10:35:27 +02:00
Jordie0608
84eaa17ec9
reset ooc color buttons, changes how default color for admins is handled
2015-05-17 22:10:46 +10:00
Aranclanos
df02e068a0
Fixes diseases not infecting people behind tables or other objects with density that do not block air.
...
Fixes poly from smashing herself constantly against windows trying to reach unreacheable items.
Changed the way AStar selects the adjacent turfs from each turf, taking in count the capabilities of the object or mob who will move. For example, being able to pass over tables.
The new system will use the bitflag atmos_adjacent_turfs to reach for adjacent turfs and CanPass().
Fixes #436
2015-05-17 08:49:47 -03:00
Xhuis
cbc076c8e8
More work and moves ascendant shadowling file
2015-05-16 23:47:00 -04:00
Xhuis
1d0f106413
More work.
2015-05-16 22:17:43 -04:00
Xhuis
df319a7469
Beginnings of new update
2015-05-16 22:06:42 -04:00
Iamgoofball
da63a8acc6
Fixes some med bugs too
2015-05-16 13:07:30 -07:00
Iamgoofball
479f38fb61
Fixes a few chems having incorrect sleep values
...
phil forgot to change some of these when doing 1tick
2015-05-16 13:04:25 -07:00
Alek2ander
2e44f37797
Fixes grenade bullshit
2015-05-16 21:53:04 +03:00
phil235
579cc5b38e
Merge pull request #9502 from MartiUK/issue9492
...
Fix microwave cleaning typo.
2015-05-16 19:11:18 +02:00
Jordie0608
2b9c8ac98c
fixes autolathe making stacks, fuel > welding fuel, fixes some non-blue medical icons
2015-05-17 01:58:46 +10:00
xxalpha
1a79e0eafd
Fixed using the wrong robotic limbs for augmentations.
2015-05-16 12:44:53 +01:00
xxalpha
d661c29e04
Fixed Medborgs being able to put their beakers into chem master and cryo.
2015-05-16 12:20:48 +01:00
xxalpha
858fb9a33e
Added allow_drop() on machinery.
...
I didn't actually touch this, git.
2015-05-16 02:36:02 +01:00
xxalpha
5951aeccb8
Fixed dropping items in mechs AND EVERYTHING ELSE
...
Better fix for dropping items in mechs.
2015-05-16 02:04:42 +01:00
xxalpha
68c1158427
Fixed being able to insert NODROP items into people with cavity implant.
...
Changed fix to use the right bitwise operator.
2015-05-16 01:06:51 +01:00
Cheridan
9bfcf4acfb
COMMUNITY FEEDBACK UPDATE
...
-Nuke Hardsuits are no longer unremovable when in combat mode, allowing for better healing/defibbing.
-Explosive implants reduced to 4 TC.
If you don't want to get looted, get good and don't die or buy an implant.
2015-05-15 17:06:22 -05:00
xxalpha
f0351e1890
Tweaked uplink prices.
...
Undo X-ray requirement change.
2015-05-15 21:54:08 +01:00
Cheridan
e784f6dbf0
Merge pull request #9489 from Jordie0608/youcantstopthefixesmal
...
Bugfixes Episode III: Revenge of the code
2015-05-15 14:13:00 -05:00
Cheridan
9dfc13cbb7
Merge pull request #9491 from RemieRichards/ManyImageCaches
...
Misc Image Caches
2015-05-15 13:44:21 -05:00
Cheridan
989d4902f5
Merge pull request #9469 from RemieRichards/ReagentColours
...
Ports /vg/ chem weighted colour averaging
2015-05-15 12:41:33 -05:00
Cheridan
69eb118653
Merge pull request #9478 from GunHog/A_Poisitive_Change
...
Posibrain activation tweaks
2015-05-15 12:25:22 -05:00
Cheridan
ad281d6a32
Merge pull request #9240 from Firecage/SimpleAnimalClownsHumanCorpses
...
Makes Simple Animal Clowns drop Human Clown corpses.
2015-05-15 12:09:09 -05:00
Firecage
5962b1b449
This fixes the issue of colored jumpsuits not being dyeable into rainbow jumpsuits.
2015-05-15 16:39:20 +02:00
GunHog
50bd5ae744
Fixes 9500
...
- Prevents one user stealing the posibrain of another if they both open
and accept the prompt at the same time.
2015-05-15 06:49:02 -05:00
Martin Kemp
092c8238c0
Fixed cleaning microwave typo.
...
Fixes #9492 .
2015-05-15 12:05:02 +01:00
Razharas
3410d3a0f6
Merge pull request #9461 from xxalpha/petethegoat
...
A handful of fixes.
2015-05-15 02:05:16 +03:00
Remie Richards
28cd8ea0f1
Image Caches:
...
Mining rock turf edge overlays
Alien weed overlays
SMES overlays
2015-05-14 16:40:15 +01:00
Jordie0608
339f892ad2
corgi collar, facehugger and icecreamsandwich fix
2015-05-14 22:29:53 +10:00
Swag McYolosteinen
287de468ff
Merge pull request #9296 from RemieRichards/VentcrawlingFixes
...
Ventcrawling Fixes
2015-05-14 12:25:11 +02:00
xxalpha
4da1eb4399
Fixed emitter beams not being reflectable.
2015-05-13 21:45:46 +01:00
xxalpha
79c96e1bf1
Fixed emitter beam esword reflection runtime error.
2015-05-13 21:16:52 +01:00
GunHog
9c370c75e8
Posibrain activation tweaks
...
- Ghosts will now get a link that allows them to enter a Positronic
Brain as part of the notification message.
- Human players can now manually activate Poistronic Brains to notify
the ghosts again.
- Ghost notification for Positronic Brains now has a global cooldown of
one minute.
2015-05-13 12:20:07 -05:00
Cheridan
ba20b8a265
Merge pull request #9352 from Jordie0608/redefiningwhatitmeanstobeadefine
...
Resolves #1358 , /code/defines/obj.dm reorganization
2015-05-13 09:23:56 -05:00
Jordie0608
ec9382c43b
Merge branch 'master' of https://github.com/tgstation/-tg-station into ss13hassomanybugsitcountsasanecosystem
...
Conflicts:
icons/mob/inhands/items_lefthand.dmi
icons/mob/inhands/items_righthand.dmi
2015-05-13 20:01:27 +10:00