Add microwave-nukedisk interaction (#36114)
* Add microwave-nukedisk interaction * popup * Fix UninitializedSaveTest
This commit is contained in:
@@ -547,6 +547,10 @@ namespace Content.Server.Kitchen.EntitySystems
|
||||
var ev = new BeingMicrowavedEvent(uid, user);
|
||||
RaiseLocalEvent(item, ev);
|
||||
|
||||
// TODO MICROWAVE SPARKS & EFFECTS
|
||||
// Various microwaveable entities should probably spawn a spark, play a sound, and generate a pop=up.
|
||||
// This should probably be handled by the microwave system, with fields in BeingMicrowavedEvent.
|
||||
|
||||
if (ev.Handled)
|
||||
{
|
||||
UpdateUserInterfaceState(uid, component);
|
||||
|
||||
Reference in New Issue
Block a user