Better UI scaling, quest tweaking, contentpackage hash bugfix, misc bugfixes
This commit is contained in:
@@ -13,14 +13,6 @@ namespace Subsurface
|
||||
|
||||
Item item;
|
||||
|
||||
public override string RadarLabel
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Infrasonic signal";
|
||||
}
|
||||
}
|
||||
|
||||
public override Vector2 RadarPosition
|
||||
{
|
||||
get
|
||||
@@ -52,8 +44,11 @@ namespace Subsurface
|
||||
|
||||
public override void End()
|
||||
{
|
||||
if (item.CurrentHull == null) return;
|
||||
|
||||
if (item.CurrentHull == null)
|
||||
{
|
||||
new GUIMessageBox("Quest failed", failureMessage);
|
||||
return;
|
||||
}
|
||||
item.Remove();
|
||||
|
||||
GiveReward();
|
||||
|
||||
Reference in New Issue
Block a user