Dangercon 2011 updates (Financial crisis hits SS13):

Code:
- CE now spawns with black gloves instead of insulated
- Station Engineers no longer spawn with insulated gloves
- CE no longer spawns with mesons
- CE locker no longer contains a firesuit, mesons (moved to desk), magboots (moved to RIG rack), earmuffs
- Engineering locker no longer contains earmuffs

Map:
- Rebalanced engineering:
- - Electrical locker now contains 2 sets of insulated gloves
- - Two pairs of insulated gloves spawn on tables and racks in engineering
- - Fire locker removed, replaced with a rack with 1 fire suit
- - Emergency toolbox removed, replaced with crowbar + flashlight
- - Two additional flashlights added to a table
- - Two pairs of earmuffs added on tables
- - Cell charger added to engineerging and atmospherics combined lounge
- - Added two more weldfueltanks and 1 more water tank in better locations in engineering
- - Placed a pair of meson scanners in CE's office
- - Magboots moved from CE's locker to his RIG suit's rack
- - Kelotone pill container removed, placed a single kelotone pill in the CE's office

- Rebalanced hydroponics:
- - Removed toxins first aid kit

- Rebalanced crew quarters
- - Added two more maintenance entrances
- - Removed both racks with gas masks from maintenance
- - Slightly changed how maintenance ends north of the gym
- - Added borg charger to one of the toilets
- - Replaced first aid kit with 2x bruisepack + 1x ointment

- Rebalanced security:
- - Replaced first aid kit with 2x bruisepack, 1x ointment, 1x health analyzer
- - Removed toolbox
- - Added crowbar to officer spawn and armory
- - Removed EOD suit from officer spwan (2 remain in armory)

- Rebalanced mining
- - Made the mining dock a lot smaller
- - Removed one electrical toolbox (0 remain) and one mechanical toolbox (1 remains)
- - Removed a weldfueltank (1 remains)
- - Removed 1 emergency closet (1 remains)

It's likely I missed an item or two, but this is only tier 1 in this rebalancing. Committing now so I don't loose work that's already been done.

I forgot to update to r1488 prior to making my changes. I copied the whole centcom z-level and hope no other changes were made. I hope this doesn't cause any problems.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1490 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-04-23 15:22:57 +00:00
parent 790f16f3d6
commit c93c52470a
3 changed files with 8013 additions and 8040 deletions

View File

@@ -362,7 +362,7 @@
src.equip_if_possible(new /obj/item/clothing/under/rank/engineer(src), slot_w_uniform)
src.equip_if_possible(new /obj/item/clothing/shoes/orange(src), slot_shoes)
src.equip_if_possible(new /obj/item/weapon/storage/toolbox/mechanical(src), slot_l_hand)
src.equip_if_possible(new /obj/item/clothing/gloves/yellow(src), slot_gloves)
//src.equip_if_possible(new /obj/item/clothing/gloves/yellow(src), slot_gloves) removed as part of Dangercon 2011, approved by Urist_McDorf --Errorage
src.equip_if_possible(new /obj/item/device/t_scanner(src), slot_r_store)
if ("Shaft Miner")
@@ -554,11 +554,11 @@
if ("Chief Engineer")
src.equip_if_possible(new /obj/item/device/radio/headset/heads/ce (src), slot_ears)
src.equip_if_possible(new /obj/item/device/pda/heads(src), slot_belt)
src.equip_if_possible(new /obj/item/clothing/gloves/yellow(src), slot_gloves)
src.equip_if_possible(new /obj/item/clothing/gloves/black(src), slot_gloves) //changed to black as part of dangercon 2011, approved by Urist_McDorf --Errorage
src.equip_if_possible(new /obj/item/clothing/shoes/brown(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/head/helmet/hardhat(src), slot_head)
src.equip_if_possible(new /obj/item/clothing/mask/cigarette(src), slot_wear_mask) // sorry, no more cigar
src.equip_if_possible(new /obj/item/clothing/glasses/meson(src), slot_glasses)
//src.equip_if_possible(new /obj/item/clothing/glasses/meson(src), slot_glasses) Removed as part of DangerCon 2011, approved by Urist_McDorf, --Errorage
src.equip_if_possible(new /obj/item/clothing/under/rank/chief_engineer(src), slot_w_uniform)
if ("Research Director")

View File

@@ -7,10 +7,10 @@
new /obj/item/clothing/gloves/yellow( src )
new /obj/item/clothing/shoes/brown( src )
new /obj/item/weapon/storage/toolbox/mechanical( src )
new /obj/item/clothing/shoes/magboots( src )
new /obj/item/clothing/ears/earmuffs( src )
new /obj/item/clothing/glasses/meson( src )
new /obj/item/clothing/suit/fire/firefighter( src )
//new /obj/item/clothing/shoes/magboots( src ) Moved to RIG suit rack --errorage
//new /obj/item/clothing/ears/earmuffs( src ) useless --errorage
//new /obj/item/clothing/glasses/meson( src ) Moved to his desk --errorage
//new /obj/item/clothing/suit/fire/firefighter( src )
new /obj/item/clothing/suit/hazardvest( src )
new /obj/item/clothing/mask/gas( src )
new /obj/item/clothing/head/helmet/welding( src )
@@ -24,7 +24,7 @@
sleep(2)
new /obj/item/clothing/gloves/yellow( src )
new /obj/item/clothing/gloves/yellow( src )
new /obj/item/clothing/gloves/yellow( src )
//new /obj/item/clothing/gloves/yellow( src ) --Part of DangerCon 2011, approved by Urist_McDorf, --Errorage
new /obj/item/weapon/storage/toolbox/electrical( src )
new /obj/item/weapon/storage/toolbox/electrical( src )
new /obj/item/weapon/storage/toolbox/electrical( src )
@@ -54,6 +54,6 @@
new /obj/item/clothing/suit/hazardvest( src )
new /obj/item/clothing/mask/gas( src )
new /obj/item/clothing/head/helmet/hardhat( src )
new /obj/item/clothing/ears/earmuffs( src )
//new /obj/item/clothing/ears/earmuffs( src ) useless --errorage
new /obj/item/clothing/glasses/meson( src )
return