mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
makes w_class use defines (#9848)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "Used to unlock things."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "keys"
|
||||
w_class = 1
|
||||
w_class = ITEMSIZE_TINY
|
||||
var/key_data = ""
|
||||
|
||||
/obj/item/key/New(var/newloc,var/data)
|
||||
@@ -25,4 +25,4 @@
|
||||
user.drop_from_inventory(src,user)
|
||||
to_chat(user, "<span class='warning'>\The [src] crumbles in your hands!</span>")
|
||||
qdel(src)
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
desc = "A crude but useful lock and bolt."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "largebinemag"
|
||||
w_class = 1
|
||||
w_class = ITEMSIZE_TINY
|
||||
var/lock_data
|
||||
|
||||
/obj/item/material/lock_construct/New()
|
||||
|
||||
Reference in New Issue
Block a user