Tuesday, 19 August 2025 01:37:27
This commit is contained in:
10
Gameplay/Tchotchkes/AwfullyHotCoffeePot.cs
Normal file
10
Gameplay/Tchotchkes/AwfullyHotCoffeePot.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class AwfullyHotCoffeePot : Tchotchke
|
||||
{
|
||||
public AwfullyHotCoffeePot() : base()
|
||||
{
|
||||
_effects.Add(new Caffeinate(this));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user