Dangercon 2011 update:

- I agree that setting up as engineer is a pain, so engineers will now start out with a utility belt with everything from a mechanical toolbox in it (except for the analyzer) and a piece of wire in it. For the moment this spawns in their hand due to traitor assignment requiring the PDA to be in the belt slot.
- Engineers now also spawn with a hardhat on
- Hardhats removed from engineers lockers
- A hardhat has been placed on the rack with the fire suit for a HoP-assigned engineers.
- Utility belts on the racks reduced from 6 to 2
- Placed two empty syringes in hydroponics
- Deleted all blob spawns and placed them again in hopes that they actually cause some damage now...

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1492 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-04-23 19:08:19 +00:00
parent 5b5d717443
commit a1cfe1bd7b
4 changed files with 4630 additions and 4619 deletions
+10
View File
@@ -17,6 +17,16 @@
"/obj/item/device/analyzer")
flags = FPRINT | TABLEPASS | ONBELT
/obj/item/weapon/storage/utilitybelt/full/New()
..()
new /obj/item/weapon/screwdriver(src)
new /obj/item/weapon/wrench(src)
new /obj/item/weapon/weldingtool(src)
new /obj/item/weapon/crowbar(src)
new /obj/item/weapon/wirecutters(src)
new /obj/item/weapon/cable_coil(src)
/obj/item/weapon/storage/utilitybelt/medical
name = "medical belt"
desc = "Can hold various medical equipment."
+2 -1
View File
@@ -361,7 +361,8 @@
src.equip_if_possible(new /obj/item/device/pda/engineering(src), slot_belt)
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/head/helmet/hardhat(src), slot_head)
src.equip_if_possible(new /obj/item/weapon/storage/utilitybelt/full(src), slot_l_hand) //currently spawns in hand due to traitor assignment requiring a PDA to be on the belt. --Errorage
//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)
@@ -53,7 +53,7 @@
new /obj/item/clothing/shoes/orange( src )
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 ) useless --errorage
//new /obj/item/clothing/head/helmet/hardhat( src ) engineers now spawn with them --Errorage
//new /obj/item/clothing/ears/earmuffs( src ) useless --Errorage
new /obj/item/clothing/glasses/meson( src )
return
+4616 -4616
View File
File diff suppressed because it is too large Load Diff