mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-23 17:01:16 +00:00
15 lines
126 B
Text
15 lines
126 B
Text
|
class NWinterJetpack : DukeItemBase
|
||
|
{
|
||
|
const JETPACK_NEAR_EMPTY = 160;
|
||
|
|
||
|
default
|
||
|
{
|
||
|
pic "JETPACK";
|
||
|
+INVENTORY;
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|