暂存
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
using RimWorld;
|
||||
using RimWorld.Planet;
|
||||
using UnityEngine;
|
||||
using Verse;
|
||||
using Verse.AI;
|
||||
using Verse.Sound;
|
||||
|
||||
namespace ArachnaeSwarm
|
||||
{
|
||||
public class Verb_LaunchCatastropheMissile : Verb_Shoot
|
||||
{
|
||||
// This verb is now only for local defense. The global launch is handled by the Building.
|
||||
protected override bool TryCastShot()
|
||||
{
|
||||
return base.TryCastShot();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user