Nitroglyserine -> nitroglycerin, fixed Mission.LoadRandom returning null if the missiontype parameter isn't set, cargo is placed at the cargo spawnpoint instead of a random position within the hull it's inside
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
name="Nitroglyserine"
|
||||
name="Nitroglycerin"
|
||||
category="Material"
|
||||
description="A highly unstable liquid that may explode when subjected to heat or physical shock."
|
||||
spritecolor="1.0,1.0,1.0,1.0"
|
||||
|
||||
@@ -129,16 +129,16 @@
|
||||
|
||||
<CargoMission
|
||||
name="Handle with care"
|
||||
description="Local reseachers are offering 2000 credits for delivering a large amount of nitroglycerine to [location2]."
|
||||
description="Local reseachers are offering 2000 credits for delivering a large amount of nitroglycerin to [location2]."
|
||||
commonness="15"
|
||||
reward="2000"
|
||||
successmessage="The chemicals have been successfully delivered.">
|
||||
<Items>
|
||||
<Item name="Explosive Crate">
|
||||
<Item name="Nitroglyserine" amount="10"/>
|
||||
<Item name="Nitroglycerin" amount="10"/>
|
||||
</Item>
|
||||
<Item name="Explosive Crate">
|
||||
<Item name="Nitroglyserine" amount="10"/>
|
||||
<Item name="Nitroglycerin" amount="10"/>
|
||||
</Item>
|
||||
</Items>
|
||||
</CargoMission>
|
||||
|
||||
Reference in New Issue
Block a user