mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Changes slot number defines from lowercase to all uppercase (#22297)
* undo all of it * flags * back * head/mask * left * right * Cuffs * other name changes * ID and PDA * idk about calling them SLOT_HUD now * glasses, gloves, and shoes, oh my! * the rest * comment
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
desc = "A small scoop to collect fish eggs with."
|
||||
icon = 'icons/obj/fish_items.dmi'
|
||||
icon_state = "egg_scoop"
|
||||
slot_flags = SLOT_BELT
|
||||
slot_flags = SLOT_FLAG_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
@@ -19,7 +19,7 @@
|
||||
desc = "A tiny net to capture fish with. It's a death sentence!"
|
||||
icon = 'icons/obj/fish_items.dmi'
|
||||
icon_state = "net"
|
||||
slot_flags = SLOT_BELT
|
||||
slot_flags = SLOT_FLAG_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
@@ -44,7 +44,7 @@
|
||||
desc = "A brush for cleaning the inside of aquariums. Contains a built-in odor neutralizer."
|
||||
icon = 'icons/obj/fish_items.dmi'
|
||||
icon_state = "brush"
|
||||
slot_flags = SLOT_BELT
|
||||
slot_flags = SLOT_FLAG_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
|
||||
Reference in New Issue
Block a user