Neerti
561f10bced
Merge pull request #3013 from Anewbe/lung_cancer
...
Minor smoking update
2017-02-28 21:28:27 -05:00
Anewbe
8875c5ce1f
Merge pull request #3027 from VOREStation/implanters
...
Make implanters able to be created
2017-02-28 20:26:48 -06:00
Arokha Sieyes
50a8b94294
Make implanters able to be created
...
Under 'medical' in the autolathe. 1 sheet metal, 1 sheet glass (syringes were 2 sheets total so just keeping with that).
2017-02-28 16:25:55 -05:00
Anewbe
a85e170ce4
Minor smoking update
2017-02-24 17:15:38 -06:00
Anewbe
9d0fd9b866
Merge pull request #3005 from Leshana/papershredder-enhancement
...
Enhances the Paper Shredder
2017-02-23 11:28:28 -06:00
Leshana
d7b82fc719
Added new "default_apply_parts" facility to machines to create default parts.
...
* Every constructable machine with a circuit board needs to create its required parts in its constructor. These parts must be the same parts specified in the machine's circuit board, otherwise you get the wrong parts when you deconstruct. This creates an opportunity for error which we can eliminate by reading the circuit board's part list and just adding those to the machine directly! Plus its less tedious.
* Implemented it on the jukebox.
2017-02-22 17:28:24 -05:00
Leshana
dbd3622588
Enhances the Paper Shredder
...
* Makes the paper shredder constructable and deconstructable.
* Switches to some new sprites which are animated!
* Machine now requires power, icons respond to power on/off etc.
2017-02-21 19:21:32 -05:00
Leshana
283b58e93d
Fixes dragging clothing with storage onto an occupied hand
...
* If you mouse-drag certain items onto a hand which is already holding something, the item goes into limbo.
* The reason this happens is that the standard code handling drags is directly calling usr.u_equip, despite the comment on that proc clearly saying never to do that. So it just throws it to limbo and the next line attempting to put it in hand does nothing becuase the hand is occupied. Better way is to call unEquip, so the item will drop on the ground if it fails.
* Fixes https://github.com/VOREStation/VOREStation/issues/394
2017-02-09 14:49:13 -05:00
Anewbe
47a1fe134a
Merge pull request #2978 from nachomeep/master
...
Adds fannypacks.
2017-02-05 18:07:01 -06:00
nachomeep
c2ed062b3f
Fixes custom loadout and slot system.
2017-02-02 15:37:27 -05:00
nachomeep
c81b18b40a
adds fannypacks
...
To custom loadout as well.
2017-02-01 18:31:49 -05:00
Anewbe
ccfbd7c9ac
Mining outpost camera console should work now
2017-01-29 15:25:53 -06:00
Anewbe
a6782f4371
Merge pull request #2944 from Anewbe/vox_toys
...
Adds and tweaks Vox toys
2017-01-26 22:42:53 -06:00
Anewbe
ac4b355f5e
Surgical tools will no longer cause damage on help intent
2017-01-21 18:34:05 -06:00
Anewbe
e23f5c2dd0
Vox airtank fix
2017-01-20 18:04:12 -06:00
Anewbe
f1d37c241d
Light boxes should be able to hold 24 bulbs/tubes now
2017-01-19 16:05:31 -06:00
Anewbe
81c8570ba8
Merge pull request #2904 from Anewbe/theUnboxingBegins
...
Returns the Vox, who now breath Phoron
2017-01-17 23:49:14 -05:00
Anewbe
d53cfc4773
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into theUnboxingBegins
...
# Conflicts:
# code/modules/mob/new_player/sprite_accessories.dm
# code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Toxins.dm
# icons/mob/human_face.dmi
# icons/mob/suit.dmi
2017-01-17 22:05:38 -06:00
Anewbe
e63176c2e6
Tweaks some emotes
2017-01-16 18:48:00 -06:00
Anewbe
0286be65ff
Ports Bay's custodial bag tweaks
2017-01-14 23:44:16 -06:00
Anewbe
60df31fc41
Merge pull request #2902 from Neerti/1/2/2017_circuit_permanent_revolution
...
Permanent Revolution Circuit DLC
2017-01-08 14:42:25 -05:00
Anewbe
2c86a0a465
Returns the Vox, who now breath Phoron
2017-01-06 17:49:39 -06:00
Neerti
97ebf0924d
Permanent Revolution Update
2017-01-04 04:41:30 -05:00
Anewbe
4ef3cf7ff1
Improves QoL for universal recorders
2016-12-30 21:35:44 -06:00
MagmaRam
c5b77fcf9e
Adds an implant that allows humans to speak EAL.
...
It's available in the loadout for 2 points.
2016-12-01 22:22:46 -06:00
Anewbe
f6d311093a
Merge pull request #2807 from MagmaRam/door_tape
...
Tape can't be put on doors infinitely.
2016-11-22 21:57:11 -06:00
MagmaRam
14a68d6dcd
Tape can't be put on doors infinitely.
2016-11-22 21:36:05 -06:00
Techhead
e679590204
Allows breaking tape with any object.
...
The previous system was arbitrary, considering you can use your bare hands.
Resolves #14642
2016-11-21 00:07:35 +00:00
Yoshax
55c0fc86a3
Fixes up and implements the experimental welding tool
2016-11-20 18:59:06 +00:00
MagmaRam
20b6d4be57
Merge pull request #2718 from Anewbe/teargas
...
Adds teargas grenades, currently aspawn only
2016-11-15 20:05:35 -06:00
Anewbe
8e5f9444f7
Fixes the autopsy scanner bugging on print
2016-11-14 14:14:25 -06:00
Anewbe
2352001cfb
Adds teargas grenades, currently aspawn only
2016-11-10 22:53:59 -06:00
Neerti
7dadc5f6f9
Merge pull request #2658 from Anewbe/waistcoat
...
Waistcoats are accessories
2016-10-24 19:33:12 -04:00
Anewbe
6d1d18a585
Kills telecuffs
2016-10-23 21:31:12 -05:00
Anewbe
b523406b27
Returns some functionality to the waistcoat, adds cham tie
2016-10-23 00:31:06 -05:00
Anewbe
fa53b659a4
Should fix the tape thing.
2016-10-17 16:52:20 -05:00
Neerti
561e2709dd
Merge pull request #2622 from Anewbe/actual_embed_changes
...
Changes the way embedding works
2016-10-16 17:27:52 -04:00
Anewbe
44ac6b1b58
Tape rolls need to get a grip
2016-10-16 15:29:48 -05:00
Anewbe
bea401be2d
Fixes device cells
2016-10-16 13:42:16 -05:00
Anewbe
5bfc0c851e
Changes the way embedding works
2016-10-11 21:29:49 -05:00
Neerti
2e5c127ac8
Merge pull request #2616 from Anewbe/low_emp
...
Fixes low-yield EMP grenades
2016-10-09 13:24:56 -04:00
Anewbe
dacbca746c
Fixes low-yield EMP grenades
2016-10-08 19:38:49 -05:00
Anewbe
771d8b9e4b
Adds a smaller device cell for use in non-weapon devices
2016-10-08 15:34:18 -05:00
Anewbe
9ff32b5914
Weapon Cell Oversight fixes
2016-10-07 21:48:21 -05:00
Anewbe
006197dbc6
Merge pull request #2603 from Yoshax/minorbugfixboogalo
...
Some bugfixes
2016-10-06 22:38:32 -05:00
Anewbe
673e75832a
Merge pull request #2602 from SpadesNeil/death-to-the-administrator
...
Replaces Station Administrator with Colony Director, NASA Approved
2016-10-06 22:31:14 -05:00
Yoshax
c4203600fc
Fixes #2354
2016-10-07 03:54:37 +01:00
Yoshax
19e0342145
Resolves #2435
2016-10-07 03:43:28 +01:00
Spades
2330968176
Replaces Station Administrator
2016-10-06 22:38:02 -04:00
Anewbe
1a442aa7cc
Merge things
2016-10-06 21:37:10 -05:00