mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
newlines
This commit is contained in:
+1
-1
@@ -16,4 +16,4 @@ public class NpcLoot : GlobalNPC
|
|||||||
npcLoot.Add(ItemDropRule.Common(ModContent.ItemType<MithrilPebbleOfPigSmiting>(), 400, 1, 1));
|
npcLoot.Add(ItemDropRule.Common(ModContent.ItemType<MithrilPebbleOfPigSmiting>(), 400, 1, 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,4 +39,4 @@ public class CopperSwordOnAStick : ModItem {
|
|||||||
.AddIngredient(ItemID.CopperShortsword)
|
.AddIngredient(ItemID.CopperShortsword)
|
||||||
.Register();
|
.Register();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -49,4 +49,4 @@ public class KatanaRedo : GlobalItem {
|
|||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,4 +44,4 @@ public class MithrilPebbleOfPigSmiting : ModItem {
|
|||||||
Item.shootSpeed = 20f;
|
Item.shootSpeed = 20f;
|
||||||
Item.shoot = ModContent.ProjectileType<MithrilPebbleOfPigSmitingProjectile>();
|
Item.shoot = ModContent.ProjectileType<MithrilPebbleOfPigSmitingProjectile>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ class CopperSwordOnAStickProjectile : ModProjectile {
|
|||||||
DrawOriginOffsetX = 0;
|
DrawOriginOffsetX = 0;
|
||||||
DrawOffsetX = 0;
|
DrawOffsetX = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ class MithrilPebbleOfPigSmitingProjectile : ModProjectile {
|
|||||||
Main.dust[dust].noGravity = true;
|
Main.dust[dust].noGravity = true;
|
||||||
Main.dust[dust].velocity *= 0.3f;
|
Main.dust[dust].velocity *= 0.3f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user