mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 06:35:45 +00:00
TEST ME: remove PlayerCrushedController_CrushPlayer patch
This commit is contained in:
parent
10d820c9af
commit
e9251498cc
@ -10,16 +10,6 @@ internal class PlayerPatches : QSBPatch
|
||||
{
|
||||
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(PlayerCrushedController), nameof(PlayerCrushedController.CrushPlayer))]
|
||||
public static bool PlayerCrushedController_CrushPlayer()
|
||||
{
|
||||
// #CrushIt https://www.twitch.tv/videos/846916781?t=00h03m51s
|
||||
// this is what you get from me when you mix tiredness and a headache - jokes and references only i will get
|
||||
Locator.GetDeathManager().KillPlayer(DeathType.Crushed);
|
||||
return false;
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(PlayerData), nameof(PlayerData.LearnLaunchCodes))]
|
||||
public static bool LearnLaunchCodes()
|
||||
|
Loading…
x
Reference in New Issue
Block a user