summaryrefslogtreecommitdiff
path: root/client/map/items
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items')
-rw-r--r--client/map/items/bun.gd2
-rw-r--r--client/map/items/burned.gd2
-rw-r--r--client/map/items/cheese.gd2
-rw-r--r--client/map/items/coconut.gd2
-rw-r--r--client/map/items/dirt.gd2
-rw-r--r--client/map/items/dough.gd2
-rw-r--r--client/map/items/fish.gd2
-rw-r--r--client/map/items/flour.gd2
-rw-r--r--client/map/items/food_processor.gd3
-rw-r--r--client/map/items/food_processor_fill.gd4
-rw-r--r--client/map/items/generic_item.gd2
-rw-r--r--client/map/items/glass.gd2
-rw-r--r--client/map/items/glass_fill.gd2
-rw-r--r--client/map/items/glass_items.gd3
-rw-r--r--client/map/items/icecream.gd2
-rw-r--r--client/map/items/item.gd4
-rw-r--r--client/map/items/leek.gd2
-rw-r--r--client/map/items/lettuce.gd2
-rw-r--r--client/map/items/lettuce_crate.gd2
-rw-r--r--client/map/items/mochi.gd2
-rw-r--r--client/map/items/nigiri.gd2
-rw-r--r--client/map/items/pan.gd3
-rw-r--r--client/map/items/patty.gd2
-rw-r--r--client/map/items/plate.gd3
-rw-r--r--client/map/items/plate_fill.gd2
-rw-r--r--client/map/items/pot.gd2
-rw-r--r--client/map/items/pot_fill.gd3
-rw-r--r--client/map/items/rice.gd2
-rw-r--r--client/map/items/seared_patty.gd2
-rw-r--r--client/map/items/seared_steak.gd2
-rw-r--r--client/map/items/sliced_bun.gd2
-rw-r--r--client/map/items/sliced_bun_bottom.gd2
-rw-r--r--client/map/items/sliced_bun_top.gd2
-rw-r--r--client/map/items/sliced_cheese.gd2
-rw-r--r--client/map/items/sliced_fish.gd2
-rw-r--r--client/map/items/sliced_lettuce.gd2
-rw-r--r--client/map/items/sliced_tomato.gd2
-rw-r--r--client/map/items/steak.gd2
-rw-r--r--client/map/items/strawberry.gd2
-rw-r--r--client/map/items/tomato.gd2
-rw-r--r--client/map/items/unknown_order.gd2
41 files changed, 41 insertions, 50 deletions
diff --git a/client/map/items/bun.gd b/client/map/items/bun.gd
index 345c6cfc..38fd582d 100644
--- a/client/map/items/bun.gd
+++ b/client/map/items/bun.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/burned.gd b/client/map/items/burned.gd
index 138d6c93..2646a551 100644
--- a/client/map/items/burned.gd
+++ b/client/map/items/burned.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/cheese.gd b/client/map/items/cheese.gd
index b3d1bc89..72bde801 100644
--- a/client/map/items/cheese.gd
+++ b/client/map/items/cheese.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/coconut.gd b/client/map/items/coconut.gd
index ccc6dccc..d97abfc2 100644
--- a/client/map/items/coconut.gd
+++ b/client/map/items/coconut.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/dirt.gd b/client/map/items/dirt.gd
index ddf05b54..252c6b7e 100644
--- a/client/map/items/dirt.gd
+++ b/client/map/items/dirt.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/dough.gd b/client/map/items/dough.gd
index 108016ee..da14c34e 100644
--- a/client/map/items/dough.gd
+++ b/client/map/items/dough.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/fish.gd b/client/map/items/fish.gd
index 7aaf3153..ea3d894f 100644
--- a/client/map/items/fish.gd
+++ b/client/map/items/fish.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/flour.gd b/client/map/items/flour.gd
index 95357414..814b3ab8 100644
--- a/client/map/items/flour.gd
+++ b/client/map/items/flour.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd
index 38adf5aa..4932b791 100644
--- a/client/map/items/food_processor.gd
+++ b/client/map/items/food_processor.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/food_processor_fill.gd b/client/map/items/food_processor_fill.gd
index aa92de69..25d634da 100644
--- a/client/map/items/food_processor_fill.gd
+++ b/client/map/items/food_processor_fill.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 Rusty Striker
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/generic_item.gd b/client/map/items/generic_item.gd
index 9c3d3931..00c67d11 100644
--- a/client/map/items/generic_item.gd
+++ b/client/map/items/generic_item.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/glass.gd b/client/map/items/glass.gd
index 6f34aa92..62a4fb56 100644
--- a/client/map/items/glass.gd
+++ b/client/map/items/glass.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/glass_fill.gd b/client/map/items/glass_fill.gd
index dc03f784..27cceb1f 100644
--- a/client/map/items/glass_fill.gd
+++ b/client/map/items/glass_fill.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/glass_items.gd b/client/map/items/glass_items.gd
index 077c9bad..970b25d1 100644
--- a/client/map/items/glass_items.gd
+++ b/client/map/items/glass_items.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/icecream.gd b/client/map/items/icecream.gd
index 8cf9fbd3..19e3c91d 100644
--- a/client/map/items/icecream.gd
+++ b/client/map/items/icecream.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/item.gd b/client/map/items/item.gd
index 6243449b..7e858aec 100644
--- a/client/map/items/item.gd
+++ b/client/map/items/item.gd
@@ -1,7 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
-# Copyright 2024 metamuffin
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/leek.gd b/client/map/items/leek.gd
index 8503dd41..ddb10df5 100644
--- a/client/map/items/leek.gd
+++ b/client/map/items/leek.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/lettuce.gd b/client/map/items/lettuce.gd
index fef657dc..5cde7fc5 100644
--- a/client/map/items/lettuce.gd
+++ b/client/map/items/lettuce.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/lettuce_crate.gd b/client/map/items/lettuce_crate.gd
index 126c8829..2a0ff5a5 100644
--- a/client/map/items/lettuce_crate.gd
+++ b/client/map/items/lettuce_crate.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/mochi.gd b/client/map/items/mochi.gd
index 3f873d10..9ec98658 100644
--- a/client/map/items/mochi.gd
+++ b/client/map/items/mochi.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/nigiri.gd b/client/map/items/nigiri.gd
index b31a9603..af18c564 100644
--- a/client/map/items/nigiri.gd
+++ b/client/map/items/nigiri.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/pan.gd b/client/map/items/pan.gd
index bc858a6b..11f80deb 100644
--- a/client/map/items/pan.gd
+++ b/client/map/items/pan.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/patty.gd b/client/map/items/patty.gd
index 23d9879f..793f6cc5 100644
--- a/client/map/items/patty.gd
+++ b/client/map/items/patty.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd
index 7938a35d..5fbc0339 100644
--- a/client/map/items/plate.gd
+++ b/client/map/items/plate.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/plate_fill.gd b/client/map/items/plate_fill.gd
index c56de565..057fc11f 100644
--- a/client/map/items/plate_fill.gd
+++ b/client/map/items/plate_fill.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/pot.gd b/client/map/items/pot.gd
index 11648b7f..6ff61f2f 100644
--- a/client/map/items/pot.gd
+++ b/client/map/items/pot.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/pot_fill.gd b/client/map/items/pot_fill.gd
index 2c9ef929..0a59038d 100644
--- a/client/map/items/pot_fill.gd
+++ b/client/map/items/pot_fill.gd
@@ -1,6 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/rice.gd b/client/map/items/rice.gd
index 634cd565..f4326b42 100644
--- a/client/map/items/rice.gd
+++ b/client/map/items/rice.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/seared_patty.gd b/client/map/items/seared_patty.gd
index 3b6b528c..d398849a 100644
--- a/client/map/items/seared_patty.gd
+++ b/client/map/items/seared_patty.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/seared_steak.gd b/client/map/items/seared_steak.gd
index c183aef2..f8e83a88 100644
--- a/client/map/items/seared_steak.gd
+++ b/client/map/items/seared_steak.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_bun.gd b/client/map/items/sliced_bun.gd
index 40c0c014..0afa1887 100644
--- a/client/map/items/sliced_bun.gd
+++ b/client/map/items/sliced_bun.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_bun_bottom.gd b/client/map/items/sliced_bun_bottom.gd
index 28ccd90a..792a7960 100644
--- a/client/map/items/sliced_bun_bottom.gd
+++ b/client/map/items/sliced_bun_bottom.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_bun_top.gd b/client/map/items/sliced_bun_top.gd
index c4ad4dc5..16a45a6f 100644
--- a/client/map/items/sliced_bun_top.gd
+++ b/client/map/items/sliced_bun_top.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_cheese.gd b/client/map/items/sliced_cheese.gd
index 955233f1..dc64aa66 100644
--- a/client/map/items/sliced_cheese.gd
+++ b/client/map/items/sliced_cheese.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_fish.gd b/client/map/items/sliced_fish.gd
index 41f6d5a4..8432216a 100644
--- a/client/map/items/sliced_fish.gd
+++ b/client/map/items/sliced_fish.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_lettuce.gd b/client/map/items/sliced_lettuce.gd
index fbc7553f..871038be 100644
--- a/client/map/items/sliced_lettuce.gd
+++ b/client/map/items/sliced_lettuce.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/sliced_tomato.gd b/client/map/items/sliced_tomato.gd
index a9114a44..6630b336 100644
--- a/client/map/items/sliced_tomato.gd
+++ b/client/map/items/sliced_tomato.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/steak.gd b/client/map/items/steak.gd
index 7c8d9913..31b33eb3 100644
--- a/client/map/items/steak.gd
+++ b/client/map/items/steak.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/strawberry.gd b/client/map/items/strawberry.gd
index f2a1165a..3478dffd 100644
--- a/client/map/items/strawberry.gd
+++ b/client/map/items/strawberry.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/tomato.gd b/client/map/items/tomato.gd
index 65b7fc28..4782010f 100644
--- a/client/map/items/tomato.gd
+++ b/client/map/items/tomato.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/map/items/unknown_order.gd b/client/map/items/unknown_order.gd
index 9cb472aa..801589a9 100644
--- a/client/map/items/unknown_order.gd
+++ b/client/map/items/unknown_order.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright 2024 tpart
+# Copyright (C) 2025 Hurry Curry! contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by