~Changes flag for squirrelkin language

~changes Joan's bag and its icon
+Adds Dhael's gun and permit to her spawnlist
~debug attempt on Crescent Rose's sprite changing code. Also changes sprites.
This commit is contained in:
JoanRisu
2017-03-03 03:39:00 -08:00
parent ceca64804d
commit 3785bd3700
6 changed files with 28 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
whisper_verb = "whispers" whisper_verb = "whispers"
exclaim_verb = "chitters" exclaim_verb = "chitters"
key = "9" key = "9"
flags = RESTRICTED flags = 0
syllables = list("sque","sqah","boo","beh","nweh","boopa","nah","wah","een","sweh") syllables = list("sque","sqah","boo","beh","nweh","boopa","nah","wah","een","sweh")
/datum/language/unathi /datum/language/unathi

View File

@@ -77,6 +77,9 @@
/obj/item/weapon/storage/backpack/dufflebag/sec/fluff/joanrisu /obj/item/weapon/storage/backpack/dufflebag/sec/fluff/joanrisu
name = "Joan's Workbag" name = "Joan's Workbag"
desc = "A duffle bag Joan uses to carry her work equipment." desc = "A duffle bag Joan uses to carry her work equipment."
icon_state = "joanbag"
icon = 'icons/vore/custom_items_vr.dmi'
item_state = "duffle_med"
slowdown = 0 slowdown = 0
New() New()

View File

@@ -148,6 +148,16 @@
accuracy = 0 // Because I know you're not an idiot who needs to be nerfed. -Ace accuracy = 0 // Because I know you're not an idiot who needs to be nerfed. -Ace
ammo_type = /obj/item/ammo_casing/shotgun/beanbag ammo_type = /obj/item/ammo_casing/shotgun/beanbag
// Dhaeleena : Dhaeleena M'iar
/obj/item/weapon/gun/projectile/revolver/mateba/fluff/dhael
name = "engraved mateba"
desc = "This unique looking handgun is engraved with roses along the barrel and the cylinder as well as the initials DM under the grip. Along the middle of the barrel an engraving shows the words 'Mateba Unica 6'. Uses .357 rounds."
icon_state = "mateba"
origin_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2)
ammo_type = /obj/item/ammo_casing/a357/stun
// For general use // For general use
/obj/item/weapon/gun/projectile/automatic/stg /obj/item/weapon/gun/projectile/automatic/stg
name = "\improper Sturmgewehr" name = "\improper Sturmgewehr"
@@ -244,6 +254,8 @@
icon_override = 'icons/vore/custom_guns_vr.dmi' icon_override = 'icons/vore/custom_guns_vr.dmi'
item_state = "crestrose_fold_mob" item_state = "crestrose_fold_mob"
item_icons = null
w_class = ITEMSIZE_LARGE w_class = ITEMSIZE_LARGE
origin_tech = list(TECH_COMBAT = 7, TECH_MATERIAL = 4) origin_tech = list(TECH_COMBAT = 7, TECH_MATERIAL = 4)
slot_flags = null slot_flags = null

View File

@@ -118,6 +118,18 @@ character_name: Dhaeleena M'iar
item_path: /obj/item/clothing/accessory/medal/silver/security/fluff/dhael item_path: /obj/item/clothing/accessory/medal/silver/security/fluff/dhael
} }
{
ckey: dhaeleena
character_name: Dhaeleena M'iar
item_path: /obj/item/weapon/gun/projectile/revolver/mateba/fluff/dhael
}
{
ckey: dhaeleena
character_name: Dhaeleena M'iar
item_path: /obj/item/fluff/permit/dhaeleena_miar
}
{ {
ckey: dickfreedomjohnson ckey: dickfreedomjohnson
character_name: Elliot Richards character_name: Elliot Richards

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB