mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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,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")
|
||||
|
||||
Reference in New Issue
Block a user