Commit Graph

241 Commits

Author SHA1 Message Date
Jarcolr d5da0641eb Makes the kit compatible with recent changes
Might be too fancy, but it's going to be useful for other kits.
2014-06-08 01:57:54 +03:00
Jarcolr 0a00370799 Added solaruin's salvage crew hardsuit
http://baystation12.net/forums/viewtopic.php?f=33&t=10564
/obj/item/device/modkit/salvage
2014-06-08 00:38:29 +03:00
Jarcolr 5966d90f33 Adds mewth's blood red pendant
/obj/item/clothing/tie/fluff/radi
http://baystation12.net/forums/viewtopic.php?f=33&t=10333
2014-06-07 11:26:59 +03:00
Jarcolr 2d51c24364 Adds 2 approved custom items to code
http://baystation12.net/forums/viewtopic.php?f=33&t=10561
http://baystation12.net/forums/viewtopic.php?f=33&t=10517
/obj/item/weapon/lighter/zippo/fluff/janis_godmanis
/obj/item/clothing/ears/fluff/qokkri
2014-06-07 10:46:11 +03:00
mwerezak d5217fef9d Custom item for YankeeSamurai: Hal Ishimaru 2014-05-30 19:52:54 -04:00
Jarcolr f318e24827 Adds 2 custom items and updates a sprite
Paths are:
/obj/item/clothing/glasses/eyepatch/fluff/edmund
/obj/item/clothing/suit/storage/fluff/lombardi
2014-05-27 20:47:01 +03:00
Jarcolr 4615b35a7a Adds secret's approved custom item
http://baystation12.net/forums/viewtopic.php?f=33&t=10398
2014-05-18 00:02:11 +03:00
Jarcolr f55050bd41 Adds Serveris's custom item
http://baystation12.net/forums/viewtopic.php?f=33&t=9992
2014-05-17 20:36:13 +03:00
Jarcolr 5b15498fa8 Adds 50_n00b's approved custom item.
Alright, this one shouldn't have any issues.
2014-05-17 19:55:30 +03:00
Jarcolr 7e34210f6f Fixed paths
Woops.
2014-05-17 16:57:49 +03:00
Jarcolr a6595f833a Adds Meyar's , Serithi's and Ikky's items
Adds 3 approved custom items.
http://baystation12.net/forums/viewtopic.php?f=33&t=9776
http://baystation12.net/forums/viewtopic.php?f=33&t=10197
http://baystation12.net/forums/viewtopic.php?f=33&t=10265
2014-05-17 14:40:31 +03:00
suethecake 3f9eff36fc Initial commit for Kaine's custom items. 2014-04-25 19:13:51 -06:00
Mike d76fb3b5c2 Custom item for Von2531: Jack Washington 2014-04-24 00:56:44 -07:00
Jarcolr 51f8c4a530 Removes rogue , \ 's
Why are you still here?
2014-04-21 20:09:51 +03:00
Jarcolr 7734e69dda Quick fix
Whoops.
2014-04-21 19:50:19 +03:00
Jarcolr 80b4e0fa5b Adds "Harold's Cane" and "Farwa plush doll"
Adds the defines and custom sprites for 2 approved custom items.

http://baystation12.net/forums/viewtopic.php?f=33&t=9960
http://baystation12.net/forums/viewtopic.php?f=33&t=9780
2014-04-21 19:32:05 +03:00
Graham Lloyd 72e45ebf7b A first pass at more realistic w_class values 2014-04-03 17:54:06 -04:00
Zuhayr f51c44cee9 Typo and compile fix. 2014-01-09 23:56:14 +10:30
DJSnapshot 8ef5d78b04 stealthfix 2014-01-06 17:21:26 -08:00
DJSnapshot dcef3e81e8 Papadrow's custom dress for lillian: http://baystation12.net/forums/viewtopic.php?f=33&t=9363 2014-01-06 13:15:15 -08:00
DJSnapshot 7ad5b43707 Commiting Michael Guess's pendant: http://baystation12.net/forums/viewtopic.php?f=33&t=9367 2014-01-06 13:06:16 -08:00
Ccomp5950 cc5418b3cd Requested removal.
Seth Sealis - Gray Coat
Ashley Rifler - Purple Glove

http://baystation12.net/forums/viewtopic.php?f=33&t=9097
2013-11-24 16:57:18 -06:00
Ccomp5950 e8157e36f8 Custom Item Code: Sakura Hokkaido's Kimono (say that 3 times fast) 2013-11-24 16:51:30 -06:00
Ccomp5950 20b803b808 Custom Items Code: Yuri's Flask and Mai Yang's dres. 2013-11-24 16:28:48 -06:00
Nanai dd77eae405 Custom Belt Fix
Edited issue with chemicals spawned.
2013-11-21 17:34:12 -05:00
Ccomp5950 69dbec4920 Custom Item Request
Confirmed with Apple that this was acceptable.
2013-11-21 09:08:30 -06:00
Iamgoofball 43bde0598d Uncommented the dressing up corgi code! Have fun replacing the condom! Also adds a player requested item.
http://baystation12.net/forums/viewtopic.php?f=33&t=9120 Rainbow Belt
2013-11-20 18:10:14 -08:00
Nanai e4e1c66d4a Added a supermatter crate and supermatter shard crate, with appropriate CE-only open access for cargo. 2013-10-27 19:17:45 -04:00
Mloc 49c0a30301 Merge branch 'master' into dev
Conflicts:
	baystation12.dme
	html/changelog.html
2013-09-26 10:26:03 +01:00
Mloc-Argent e9bf414820 Refactors code to work with BYOND 500.
500 adds a "color" var to /atom, which conflicts with /obj/item/color, /obj/atmospherics/color and various simple_animals.
  /obj/item/color is now item_color
  /obj/atmospherics/color is now pipe_color
  simple_animals color is now body_color
Removes transformer.dm since it conflicted with transform() and was never used.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-09-22 12:39:48 +01:00
Erthilo 3b61ba850f Merge branch 'master' of git://github.com/Baystation12/Baystation12 into dev
Conflicts:
	baystation12.dme
	code/modules/projectiles/ammunition/bullets.dm
2013-09-02 23:32:33 +01:00
Mloc-Argent 72d158143b Previous commit apparently got swallowed by the git monster.
Turns off auto FILE_DIR in .dme, fixes compile error.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-09-02 21:50:58 +01:00
Mloc-Argent a084f74c7d Expansion of every "icon = ''" path.
Supposed to help compilation times.  Who knows.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-09-01 21:53:36 +01:00
Erthilo 235e09d2b9 Changed icon path for custom items due to compile times. 2013-09-01 13:24:38 +01:00
Mloc-Argent 8421cd44df Upped the capacity of Eleanor Stone/RKF's custom teapot item to 150 units, by request.
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-07-22 17:37:39 +01:00
Zuhayr ad07f5e9e5 Added procs for a custom item that were overlooked. 2013-07-06 23:53:59 -07:00
Zuhayr 3fb62273f7 Custom item. 2013-07-01 19:21:49 -07:00
Zuhayr 45da864798 Two more custom items. 2013-07-01 10:15:53 -07:00
Zuhayr cfecf42ee4 More custom items. 2013-07-01 09:34:37 -07:00
Zuhayr 8b7fcaa11e Several custom items. 2013-07-01 08:52:00 -07:00
Zuhayr 442818591b Susan's custom items, committing on her behalf. 2013-07-01 07:32:42 -07:00
Zuhayr f77d208d04 Fixes #3131 2013-06-22 22:19:52 -07:00
MagmaRam d7876da147 Merge branch 'master' of https://github.com/Baystation12/Baystation12
Conflicts:
	icons/obj/custom_items.dmi
2013-05-19 06:21:32 +07:00
MagmaRam fbfa125f4b Bugfix: Fixed issues with custom item camera sprites
icond/obj/custom_items.dmi: renamed off sprite for blue camera

code/modules/paperwork/photography.dm: made cameras use variables item_on and item_off for sprites so that other types of cameras (i.e. custom ones) can use their own sprites without getting messed.

/code/modules/customitems/item_defines.dm: set sprites for custom cameras "orange camera" and "old camera" to use item_on and item_off sprites in custom_items.dmi so that they had the correct sprites
2013-05-18 22:00:15 +07:00
faux 6e85a3ed42 Master Bug Fixes
- Fixes wall under maintenance tunnel door.
- Fixes AAAAHHHHHHHRRG psych office pressure issue.
- Fixes some names and DMIs on some items. (in theory)
2013-05-18 05:57:21 -07:00
fauxtada e932ac76b1 Merge branch 'master' of https://github.com/Baystation12/Baystation12
Conflicts:
	code/game/objects/structures/crates_lockers/closets/secure/security.dm
	code/modules/clothing/under/miscellaneous.dm
	icons/mob/uniform.dmi
	icons/obj/clothing/uniforms.dmi
	icons/obj/custom_items.dmi
	maps/tgstation.2.1.0.0.1.dmm
2013-05-18 04:56:40 -07:00
fauxtada 2b9130b00f Quick Fixes
- Changed access to security washroom so detective can go in.
- Removed wall that was under maintence tunnel door.
- Fixed writerer's custom item. AGAIN. .. Because they can't decide what character they want it on.
- Added saloon dress to bar closet.
2013-05-15 11:26:26 -07:00
fauxtada fed2bfcedc fixed michael guess' zippo, added therapy doll dmis to code, the items aren't coded because i cannot get it to work for the life of me. 2013-05-02 02:00:04 -07:00
fauxtada e384c90093 minor changes
- Fixed accesses to security office doors.
- Added a second HoP closet for attire purposes. Armor and guns in one closet - fancy clothes in the second one.
- Fixed Writerer's custom item thing. Was attached to wrong character.
2013-04-30 02:37:43 -07:00
fauxtada c25bbff8f0 fixed writerer's custom item 2013-04-30 01:18:17 -07:00