mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
Removes Weapons (#7415)
* Adds icon and hitsound where needed. * Moves alt_attack to /obj/item and deletes weapons.dm * Replaced /obj/item/weapon with /obj/item * Fixes merge issues. * Fix merge issues.
This commit is contained in:
@@ -769,7 +769,7 @@
|
||||
seed_name = "banana"
|
||||
display_name = "banana tree"
|
||||
chems = list("banana" = list(10,10))
|
||||
trash_type = /obj/item/weapon/bananapeel
|
||||
trash_type = /obj/item/bananapeel
|
||||
kitchen_tag = "banana"
|
||||
|
||||
/datum/seed/banana/setup_traits()
|
||||
@@ -792,7 +792,7 @@
|
||||
display_name = "ears of corn"
|
||||
chems = list("nutriment" = list(1,10), "cornoil" = list(1,10))
|
||||
kitchen_tag = "corn"
|
||||
trash_type = /obj/item/weapon/corncob
|
||||
trash_type = /obj/item/corncob
|
||||
|
||||
/datum/seed/corn/setup_traits()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user