aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/raw_steak.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-13 18:48:58 +0200
committertpart <tpart120@proton.me>2024-09-13 18:49:03 +0200
commit7155c94671ea764bfc42c2f5d608649418d47f47 (patch)
tree0b3c1549f3c39a08f8683eb379f977b25a9836f9 /client/map/items/raw_steak.gd
parentc28e3210fb591dbb3f457323f41d662bdec2bbc3 (diff)
downloadhurrycurry-7155c94671ea764bfc42c2f5d608649418d47f47.tar
hurrycurry-7155c94671ea764bfc42c2f5d608649418d47f47.tar.bz2
hurrycurry-7155c94671ea764bfc42c2f5d608649418d47f47.tar.zst
Update steak and cooked steak names
Diffstat (limited to 'client/map/items/raw_steak.gd')
-rw-r--r--client/map/items/raw_steak.gd21
1 files changed, 0 insertions, 21 deletions
diff --git a/client/map/items/raw_steak.gd b/client/map/items/raw_steak.gd
deleted file mode 100644
index bd4cf1c4..00000000
--- a/client/map/items/raw_steak.gd
+++ /dev/null
@@ -1,21 +0,0 @@
-# Hurry Curry! - a game about cooking
-# Copyright 2024 nokoe
-#
-# 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
-# the Free Software Foundation, version 3 of the License only.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#
-class_name RawSteak
-extends Item
-
-func _init(owned_by_: Node3D):
- super(owned_by_)
- base.add_child(load("res://map/items/raw_steak.tscn").instantiate())