Committed by Doohl for Petethegreat. Any issues in this revision are to be taken to Petethegreat, not Doohl.

CODING CHANGES:
    Tool Closets such as the ones found in tool storage are now less likely to contain insulated gloves, tool belts, and multitools.
     
    Number of soft hats in Security closets reduced to one.
    HoP closet no longer includes a soft hat.
     
    "Security Coft Hat" renamed to Soft Cap.
    Soft Cap is no longer hugely armoured.
     
MAPPING CHANGES:
    Human harvest book removed from HoP office.
     
    Toolbox removed from Hydroponics.
    Two bandannas removed from Hydroponics (only two Botanists).
    Several general fixes in Hydroponics, mostly placement of air/firealarms.
     
    Slightly changed the Virology airlock (sorry Super, but the diagonal sinks were goofy. Forgive me.)


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1832 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-10 20:01:40 +00:00
parent 3dabf73bcb
commit 25da5aaf0f
4 changed files with 6814 additions and 6823 deletions

View File

@@ -150,15 +150,11 @@
heat_transfer_coefficient = 0.10
/obj/item/clothing/head/secsoft
name = "Security Coft Hat"
desc = "An armored baseball hat."
name = "Soft Cap"
desc = "A baseball hat in tasteful red."
icon_state = "secsoft"
flags = FPRINT|TABLEPASS|SUITSPACE|HEADCOVERSEYES
item_state = "helmet"
armor = list(melee = 60, bullet = 40, laser = 40, taser = 10, bomb = 15, bio = 10, rad = 0)
protective_temperature = 500
heat_transfer_coefficient = 0.10
/obj/item/clothing/head/helmet/space
name = "space helmet"

View File

@@ -41,7 +41,7 @@
new /obj/item/clothing/head/helmet/hardhat/red(src)*/
/obj/closet/toolcloset/New()
if(prob(60))
if(prob(40))
new /obj/item/clothing/suit/hazardvest(src)
if(prob(70))
new /obj/item/device/flashlight(src)
@@ -57,7 +57,7 @@
new /obj/item/weapon/wirecutters(src)
if(prob(70))
new /obj/item/device/t_scanner(src)
if(prob(50))
if(prob(20))
new /obj/item/weapon/storage/utilitybelt(src)
if(prob(30))
new /obj/item/weapon/cable_coil(src)
@@ -65,9 +65,9 @@
new /obj/item/weapon/cable_coil(src)
if(prob(30))
new /obj/item/weapon/cable_coil(src)
if(prob(30))
if(prob(20))
new /obj/item/device/multitool(src)
if(prob(10))
if(prob(5))
new /obj/item/clothing/gloves/yellow(src)
if(prob(60))
if(prob(40))
new /obj/item/clothing/head/helmet/hardhat(src)

View File

@@ -15,7 +15,6 @@
new /obj/item/clothing/glasses/sunglasses(src)
new /obj/item/weapon/melee/baton(src)
new /obj/item/clothing/head/secsoft(src)
new /obj/item/clothing/head/secsoft(src)
return
/obj/secure_closet/security1/proc/prison_break()
@@ -42,7 +41,6 @@
new /obj/item/weapon/fcardholder( src )
new /obj/item/device/detective_scanner( src )
new /obj/item/device/detective_scanner( src )
new /obj/item/device/detective_scanner( src )
return
/obj/secure_closet/highsec/New()
@@ -57,7 +55,6 @@
new /obj/item/clothing/glasses/sunglasses( src )
new /obj/item/clothing/suit/armor/vest( src )
new /obj/item/clothing/head/helmet( src )
new /obj/item/clothing/head/secsoft( src )
return
/obj/secure_closet/hos/New()