Almost done.
This commit is contained in:
parent
8079c70ebd
commit
8941380b68
7
TODO.md
7
TODO.md
@ -13,13 +13,14 @@ x Switching to mag manager goes to batteries screen
|
||||
x Empty batteries disappear
|
||||
x Add (or make sure) loadout code in loadout editor
|
||||
x Help screen
|
||||
|
||||
- Pickup sprites for every angle
|
||||
- Spool of wire, a tool, and some electical tape
|
||||
x Pickup sprites for every angle
|
||||
n - Spool of wire, a tool, and some electical tape
|
||||
x Set bulk
|
||||
|
||||
- 1st-person sprites
|
||||
- Wire cutters and electrical tape
|
||||
|
||||
- Pickup sound
|
||||
|
||||
|
||||
|
||||
|
BIN
sprites/jmpka0.png
Normal file
BIN
sprites/jmpka0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
sprites/kit.aseprite
Normal file
BIN
sprites/kit.aseprite
Normal file
Binary file not shown.
@ -14,3 +14,9 @@ sprite JMPRD0, 49, 43 {
|
||||
offset 24, 21
|
||||
patch JMPRA0,0,0 { translation "112:120=96:111" }
|
||||
}
|
||||
|
||||
sprite JMPKA0, 48, 32 {
|
||||
offset 24, 16
|
||||
patch JMPKA0,0,0 { }
|
||||
}
|
||||
|
||||
|
@ -229,7 +229,7 @@ class JumperCablesUsable : HDWeapon
|
||||
weapon.selectionorder 1014;
|
||||
|
||||
scale 0.6;
|
||||
inventory.icon "DERPEX";
|
||||
inventory.icon "JMPKA0";
|
||||
inventory.pickupmessage "Picked up a wiring bypass kit.";
|
||||
inventory.pickupsound "derp/crawl";
|
||||
translation 0;
|
||||
@ -238,6 +238,11 @@ class JumperCablesUsable : HDWeapon
|
||||
hdweapon.refid HDLD_KIRI_JUMPERCABLES;
|
||||
}
|
||||
|
||||
override double WeaponBulk()
|
||||
{
|
||||
return 7;
|
||||
}
|
||||
|
||||
override bool AddSpareWeapon(actor newowner)
|
||||
{
|
||||
return AddSpareWeaponRegular(newowner);
|
||||
@ -253,7 +258,7 @@ class JumperCablesUsable : HDWeapon
|
||||
{
|
||||
|
||||
spawn:
|
||||
DERP A -1;
|
||||
JMPK A -1;
|
||||
stop;
|
||||
|
||||
select:
|
||||
|
Loading…
Reference in New Issue
Block a user