Fix for compile error "Item listed twice..."

The type attribute was defined twice for ItemHempPlant
This commit is contained in:
seb3sec
2015-02-19 13:16:44 +01:00
parent 86551302de
commit 4ed8769e93

View File

@@ -75,7 +75,6 @@ class ItemHempSeed: CA_Magazine {
class ItemHempPlant: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "A Hemp Plant";
descriptionShort = "A Hemp Plant";
weight = 0.1;