vending fix, wallet fix

vending fix, wallet fix
This commit is contained in:
QuoteFox
2021-02-04 23:40:40 +00:00
parent a40e002595
commit b39881f441
4 changed files with 8 additions and 34 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
/obj/item/screwdriver,
/obj/item/valentine,
/obj/item/stamp,
/obj/item/condom))
/obj/item/condom,
/obj/item/stack/credits))
/obj/item/storage/wallet/Exited(atom/movable/AM)
. = ..()
@@ -341,6 +341,7 @@
item_state = "upindwelder"
max_fuel = 80
materials = list(MAT_METAL=70, MAT_GLASS=120)
price = 10
/obj/item/weldingtool/experimental
name = "experimental welding tool"