Add lava (#13438)
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Content.Server.Light.EntitySystems
|
||||
SetState(uid, bulb.State, bulb);
|
||||
}
|
||||
|
||||
private void HandleLand(EntityUid uid, LightBulbComponent bulb, LandEvent args)
|
||||
private void HandleLand(EntityUid uid, LightBulbComponent bulb, ref LandEvent args)
|
||||
{
|
||||
PlayBreakSound(uid, bulb);
|
||||
SetState(uid, LightBulbState.Broken, bulb);
|
||||
|
||||
Reference in New Issue
Block a user