mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Sord-be-gone (#11527)
This commit is contained in:
@@ -244,7 +244,6 @@
|
||||
|
||||
/obj/item/xmasgift/medium/get_gift_type()
|
||||
var/picked_gift_type = pick(
|
||||
/obj/item/sord,
|
||||
/obj/random/booze,
|
||||
/obj/random/random_flag,
|
||||
/obj/item/storage/belt/champion,
|
||||
|
||||
@@ -128,24 +128,6 @@
|
||||
pickup_sound = /decl/sound_category/sword_pickup_sound
|
||||
equip_sound = /decl/sound_category/sword_equip_sound
|
||||
|
||||
/obj/item/sord
|
||||
name = "\improper SORD"
|
||||
desc = "This thing is so unspeakably shitty you are having a hard time even holding it."
|
||||
icon = 'icons/obj/sword.dmi'
|
||||
icon_state = "sord"
|
||||
item_state = "sord"
|
||||
slot_flags = SLOT_BELT
|
||||
force = 2
|
||||
throwforce = 1
|
||||
sharp = 1
|
||||
edge = TRUE
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut")
|
||||
hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
contained_sprite = TRUE
|
||||
drop_sound = 'sound/items/drop/card.ogg'
|
||||
pickup_sound = 'sound/items/pickup/card.ogg'
|
||||
|
||||
/obj/item/banhammer
|
||||
desc = "banhammer"
|
||||
name = "banhammer"
|
||||
|
||||
Reference in New Issue
Block a user