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