Pickup, Drop and Equip sounds (#8861)

This commit is contained in:
Wowzewow (Wezzy)
2020-05-22 15:40:00 -03:00
committed by GitHub
parent cb3bd306d0
commit fad8415a8e
214 changed files with 514 additions and 96 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
icon_state = "folder"
w_class = 2
drop_sound = 'sound/items/drop/paper.ogg'
pickup_sound = 'sound/items/pickup/paper.ogg'
/obj/item/folder/blue
desc = "A blue folder."
@@ -121,4 +122,4 @@
new /obj/item/paper/nka_pledge(src)
new /obj/item/paper/nka_pledge(src)
new /obj/item/paper/nka_pledge(src)
new /obj/item/paper/nka_pledge(src)
new /obj/item/paper/nka_pledge(src)
+2 -1
View File
@@ -38,6 +38,7 @@
var/const/fountainfont = "Segoe Script"
drop_sound = 'sound/items/drop/paper.ogg'
pickup_sound = 'sound/items/pickup/paper.ogg'
/obj/item/paper/Initialize(mapload, text, title)
. = ..()
@@ -598,4 +599,4 @@ Please note: Cell timers will \[b\]NOT\[/b\] function without a valid incident f
name = "imperial volunteer Alam'ardii corps pledge"
/obj/item/paper/nka_pledge/New()
info = "<center><b><u>Imperial Volunteer Alam'ardii Corps Pledge</u></b></center> <hr> <center><i><u>May the Gods bless his Kingdom and Dynasty</u></i></center> <hr> I, <field>, hereby declare, under a vow of loyalty and compromise, that I shall serve as a volunteer in the Imperial Volunteer Alam'ardii Corps, for the mininum duration of three years or until discharge. I accept the duty of aiding the New Kingdom of Adhomai and His Majesty, King Vahzirthaamro Azunja, in this struggle and I shall not relinquish this pledge. <hr> Volunteer Signature: <field> <hr> Recruiting Officer Stamp:"
info = "<center><b><u>Imperial Volunteer Alam'ardii Corps Pledge</u></b></center> <hr> <center><i><u>May the Gods bless his Kingdom and Dynasty</u></i></center> <hr> I, <field>, hereby declare, under a vow of loyalty and compromise, that I shall serve as a volunteer in the Imperial Volunteer Alam'ardii Corps, for the mininum duration of three years or until discharge. I accept the duty of aiding the New Kingdom of Adhomai and His Majesty, King Vahzirthaamro Azunja, in this struggle and I shall not relinquish this pledge. <hr> Volunteer Signature: <field> <hr> Recruiting Officer Stamp:"
+1
View File
@@ -14,6 +14,7 @@
var/list/pages = list() // Ordered list of pages as they are to be displayed. Can be different order than src.contents.
var/amount = 0 // How many sheet
drop_sound = 'sound/items/drop/paper.ogg'
pickup_sound = 'sound/items/pickup/paper.ogg'
/obj/item/paper_bundle/attackby(obj/item/W as obj, mob/user as mob)
..()
+2 -1
View File
@@ -3,7 +3,8 @@
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "paper_bin1"
item_state = "sheet-metal"
drop_sound = 'sound/items/drop/box.ogg'
drop_sound = 'sound/items/drop/cardboardbox.ogg'
pickup_sound = 'sound/items/pickup/cardboardbox.ogg'
throwforce = 1
w_class = 5
throw_speed = 3
+2
View File
@@ -26,6 +26,7 @@
matter = list(DEFAULT_WALL_MATERIAL = 10)
var/colour = "black" //what colour the ink is!
drop_sound = 'sound/items/drop/accessory.ogg'
pickup_sound = 'sound/items/pickup/accessory.ogg'
/obj/item/pen/ispen()
return TRUE
@@ -280,6 +281,7 @@
icon = 'icons/obj/crayons.dmi'
icon_state = "crayonred"
drop_sound = 'sound/items/drop/gloves.ogg'
pickup_sound = 'sound/items/pickup/gloves.ogg'
w_class = 1.0
attack_verb = list("attacked", "coloured")
colour = "#FF0000" //RGB
+3
View File
@@ -35,6 +35,9 @@ var/global/photo_count = 0
var/icon/tiny
var/photo_size = 3
drop_sound = 'sound/items/drop/paper.ogg'
pickup_sound = 'sound/items/pickup/paper.ogg'
/obj/item/photo/New()
id = photo_count++