Commented out the lagspike wizarditis bit of code (too derpy atm to actually fix it).

Added suspenders for mime.
Changed the virus crate so that it is a secure crate now.
Added the ability for admins to choose which virus to spread when triggering an outbreak.
Changed the dorf mode secret to be more manly.
Made clown's mask a gas one.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@328 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-19 19:36:10 +00:00
parent 063eef7317
commit b7e22cc56b
10 changed files with 53 additions and 345 deletions
+12 -1
View File
@@ -340,7 +340,7 @@
gas_transfer_coefficient = 0.10
permeability_coefficient = 0.50
/obj/item/clothing/mask/clown_hat
/obj/item/clothing/mask/gas/clown_hat
name = "clown wig and mask"
desc = "You're gay for even considering wearing this."
icon_state = "clown"
@@ -955,3 +955,14 @@
/obj/item/clothing/under/shorts/grey
icon_state = "greyshorts"
color = "greyshorts"
// Belt slot clothing (only suspenders for now, because utility belt is a storage item)
/obj/item/clothing/belt
name = "belt"
icon = 'belts.dmi'
flags = FPRINT | TABLEPASS | ONBELT
/obj/item/clothing/belt/suspenders
name = "suspenders"
desc = "They suspend the illusion of the mime's play." //Meh -- Urist
icon_state = "suspenders"
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/item/weapon/storage/utilitybelt
name = "utility belt"
desc = "Can hold various tools."
icon = 'old_or_unused.dmi'
icon = 'belts.dmi'
icon_state = "utilitybelt"
item_state = "utility"
can_hold = list("/obj/item/weapon/crowbar","/obj/item/weapon/screwdriver","/obj/item/weapon/weldingtool","/obj/item/weapon/wirecutters","/obj/item/weapon/wrench","/obj/item/device/multitool","/obj/item/device/flashlight","/obj/item/weapon/cable_coil")