Walter0o
5895a098fe
fixes alien castes not understanding each other
...
only /mob/living/carbon/alien have this var set, so this will not touch anything else.
2014-08-01 22:34:28 +02:00
Walter0o
f21ac59588
fixes runtime with calling PP on dna-less mobs
2014-08-01 21:59:48 +02:00
Mloc
6133083ca6
Merge pull request #5858 from Zuhayr/master
...
Fixes
2014-08-01 15:02:23 +01:00
Zuhayr
a6e483d48d
Merge pull request #5856 from PsiOmegaDelta/SuperMatter
...
Fixes #5844
2014-08-01 22:00:19 +09:30
Zuhayr
9c1e14eb67
Merge pull request #5855 from PsiOmegaDelta/PurpleComb
...
Fixes #5839
2014-08-01 21:59:41 +09:30
Zuhayr
3e4c80e874
Merge pull request #5848 from JimTheCactus/computer3_text_field_fix
...
DNA Field Fix and Field Validation
2014-08-01 21:59:34 +09:30
Zuhayr
21b02f3019
Merge pull request #5846 from Walter0o/href_fun
...
exploit-fix-o-rama
2014-08-01 21:59:00 +09:30
Zuhayr
128ad5a817
Merge pull request #5843 from mwerezak/taj-suits
...
Updates tajaran hardsuit sprites
2014-08-01 21:58:11 +09:30
Zuhayr
dfb662fa4a
Merge pull request #5841 from mwerezak/escape-pods
...
Fixes emergency shuttle UI and tweaks escape pods
2014-08-01 21:58:02 +09:30
Zuhayr
48b3775e65
Merge pull request #5837 from atlantiscze/dronechat-fix
...
Fixes #5827
2014-08-01 21:57:49 +09:30
JimTheCactus
e02cfbec8c
Tidy up and use more sane defaults.
2014-07-31 22:17:26 -06:00
JimTheCactus
718b94fa3a
Modified function such that the atom isn't used in the defaults.
...
This caused the routine to crash when the atom didn't have an icon or was null.
2014-07-31 21:46:00 -06:00
mwerezak
b529d582e5
Fixes siemens_coefficent not affecting shock damage
...
Also cleans up electrocute_act()
2014-07-31 15:20:45 -04:00
PsiOmega
da4dd93e75
Is a little convoluted but this removes the last X: use in supermatter.dm
2014-07-31 14:24:39 +02:00
Zuhayr
afc40e7f44
Fixes #5202
2014-07-31 20:46:52 +09:30
Zuhayr
a3778f5a5d
Fixes #5774
2014-07-31 20:14:25 +09:30
Zuhayr
1cecd96e66
Fixes #5630
2014-07-31 19:46:21 +09:30
PsiOmega
ba247ffa40
Recasts objects to avoid usage of :
2014-07-31 12:14:39 +02:00
Walter0o
cfdb3288e7
derping derps
...
thanks to @mwerezak
2014-07-31 12:12:30 +02:00
Zuhayr
e7f31e1655
Fixes #5737
2014-07-31 19:40:09 +09:30
PsiOmega
d8df59a244
Fixes #5844 by only having a supermatter explosion affect living entities on the same Z-level.
2014-07-31 11:44:20 +02:00
PsiOmega
a093bee190
Fixes #5839 by making the comb slightly more gender aware.
2014-07-31 11:43:22 +02:00
Walter0o
eeb02dcfde
derp
2014-07-31 10:43:51 +02:00
Walter0o
7416d26197
robot computer emagging exploit fix
...
so an emagged borg can in turn emag all others ?
the more you know.
seems extremely OP to me but i am just closing the exploit, not changing the game.
2014-07-31 10:38:34 +02:00
Walter0o
ca78cb238a
cyborg topic exploit fixes
...
all kinds of fun here
2014-07-31 10:20:24 +02:00
Walter0o
f0042741fc
filing cabinet exploit fix
...
hooray for teleporting atoms to you via magic office furniture
2014-07-31 10:03:22 +02:00
Walter0o
06ca10df6b
computer3 ntos topic exploit prevention
2014-07-31 09:48:17 +02:00
Walter0o
0aadca2fab
computer3 program topic protection
2014-07-31 09:42:26 +02:00
Walter0o
a8baa2c855
computer3 remote view exploit fix
...
you could look at any atom for a tick.
could need improvement, does not check camera network at the moment,
because of the costly and temporary nature of the getter proc.
2014-07-31 09:34:58 +02:00
Walter0o
61a1904e78
prisoner computer3 topic exploit fixes
...
fun : you could trigger grenades this way
2014-07-31 09:28:47 +02:00
Walter0o
f9de5e3866
refining the clipboard topic checks
2014-07-31 08:57:56 +02:00
Walter0o
596ae37794
paper exploit fixes
...
i think my favourite part of this was
```var/obj/item/i = usr.get_active_hand()
if( ... && usr.get_active_hand() != i))```
2014-07-31 05:01:31 +02:00
Walter0o
67e58effd2
folder exploit fixes
2014-07-31 04:08:34 +02:00
Walter0o
404a89aed6
clipboard exploit fixes
2014-07-31 04:01:14 +02:00
mwerezak
8e5f62a9da
Updates tajaran hardsuit sprites
...
Adds inventory sprites for all hardsuits that didn't have it before,
except for the wizard one.
2014-07-30 17:02:02 -04:00
Rob Nelson
68a13a6d60
Vending machine href exploit fix
...
Signed-off-by: Mloc-Argent <colmohici@gmail.com >
Conflicts:
code/game/machinery/vending.dm
2014-07-30 21:47:29 +01:00
mwerezak
55279f2fc0
Allows pod to be launched if shuttle leaves early
2014-07-30 15:45:21 -04:00
mwerezak
17574b8b20
Allows escape shuttle to scan IDs from within UI
...
Fixes #5592
2014-07-30 15:13:53 -04:00
Chinsky
e69e6d8946
Merge pull request #5822 from mwerezak/sounds
...
Sound fixes
2014-07-30 21:12:34 +04:00
Atlantiscze
da6190aa25
Fixes #5827
...
- Drones can now use .d to access Drone chat
- Cleaner and nicer check for dronechat, uses proper data from say.dm shortcut list.
- MISSING: .d alternative for "Russian localization" (Does anyone actually use that?)
2014-07-30 12:15:15 +02:00
JimTheCactus
47dbc9c374
Merge branch 'dna_field_fix' into computer3_text_field_fix
...
Conflicts:
code/WorkInProgress/computer3/computers/medical.dm
2014-07-30 01:29:17 -06:00
JimTheCactus
e02ccd5564
Ported blank field patch to Computer3 systems
2014-07-30 01:25:15 -06:00
JimTheCactus
19b032d8e8
Fixed bad reference to active 1 in the medical computer's DNA field inputs.
2014-07-30 01:09:26 -06:00
JimTheCactus
4d920bef59
Corrected variable edited field for blood dna. Was dna, not b_dna like it should be.
2014-07-29 23:19:29 -06:00
Chinsky
1150331bc4
Merge pull request #5828 from mwerezak/wound-infections
...
Fixes chest not being coloured by necrosis
2014-07-29 18:13:02 +04:00
Chinsky
4d8db295d8
Merge pull request #5814 from JimTheCactus/polaroid
...
Improves Polaroid Camera Images
2014-07-29 17:57:41 +04:00
mwerezak
9680cd85b7
Fixes chest not being coloured by necrosis
2014-07-28 20:51:04 -04:00
JimTheCactus
f5df1acaaa
Added handler for pixel stepping
2014-07-28 13:05:29 -06:00
JimTheCactus
6b1f696203
Ported multi-turf behavior
...
This allows for layering that moves across tiles and enables alternate methods of enumerating the tile list (not used at present.)
2014-07-28 12:44:42 -06:00
JimTheCactus
f0594b6e21
Made camera render turf effects.
2014-07-28 12:10:21 -06:00