Minor fixes. Removes Plastic

This commit is contained in:
warior4356
2020-07-14 21:26:45 -07:00
parent 0911425f2b
commit b30ff7e2e9
8 changed files with 29 additions and 34 deletions
+3 -2
View File
@@ -9,8 +9,9 @@
resistance_flags = FLAMMABLE
/obj/item/trash/decompile_act(obj/item/matter_decompiler/C, mob/user)
C.stored_comms["metal"] += 1
C.stored_comms["plastic"] += 2
C.stored_comms["metal"] += 2
C.stored_comms["wood"] += 1
C.stored_comms["glass"] += 1
qdel(src)
return TRUE
+1 -1
View File
@@ -312,7 +312,7 @@ LIGHTERS ARE IN LIGHTERS.DM
transform = turn(transform,rand(0,360))
/obj/item/cigbutt/decompile_act(obj/item/matter_decompiler/C, mob/user)
C.stored_comms["plastic"] += 1
C.stored_comms["wood"] += 1
qdel(src)
return TRUE